Description Usage Arguments Value Author(s) Examples
Converts read counts to RPKM normalized values.
1 | returnRPKM(counts, ranges)
|
counts |
Count data frame, e.g. from an RNA-Seq experiment. |
ranges |
|
data.frame
Thomas Girke
1 2 3 4 | ## Not run:
countDFrpkm <- apply(countDF, 2, function(x) returnRPKM(counts=x, gffsub=eByg))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.