Harold Pimentel
Harold Pimentel
Currently, we do not check at the end of a run if no reads aligned. As a result, some people have been getting 0 reads mapping and 'nan' everywhere in...
Some users have reported having issues reading the H5 files. Here is the error: ``` > so
The dependencies are kind of insane for new R users and can take quite some time from a fresh R install. We should try to clean this up a snuck...
It seems that ensembl appends '.X' to the transcript id denoting the version of that transcript. http://sites.tufts.edu/cbi/files/2013/01/Introduction2ENSEMBL.pdf https://www.biostars.org/p/102769/ When there is a `target_mapping` provided and the intersection between the transcript...
Error message is pretty hopeless if you don't know what's happening under the hood: ``` Error in solve.default(t(X) %*% X) : Lapack routine dgesv: system is exactly singular: U[5,5] =...
look into why we are getting `NA` in `sleuth_lrt()` and look into what `p.adjust` is doing in this situation (treating them as ones?)
With Pascal's new version we are getting bootstrap == 0. We should basically populate this when reading the bootstraps.
somehow in the merge the documentation (hovering over things) was removed.
I am sure there are more things that don't have download buttons. We should look carefully and fix all of these before the next release.
There is probably some way to do this in general for any annotation in BioConductor. It is easy to do using `biomaRt` for Ensembl, but that's insufficient. It's probably best...