This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R package to annotate and explore effect of biases in RNA Seq

I was wondering if anybody knows about an R package to do usual annotations of regions (GC content, mappability, etc), in one package instead of bedtools, and to explore the influence of these biases. I realize the first step can be done with bedtools, and possibly analyzing them in a linear model with RNA seq counts to test their influences (?), but I was just wondering if there was an R option since all analyses are in R data files.

Thanks!

r rna-seq annotation

2 answers

NOISeq and alpine have severa bias-detection plots / functions.

Both sva and RUVseq provide methods not only to find hidden batch effects and biases, but also to remove them.

Log in to answer this question.