returnRPKM | R Documentation |
Converts read counts to RPKM normalized values.
returnRPKM(counts, ranges)
counts |
Count data frame, e.g. from an RNA-Seq experiment. |
ranges |
|
data.frame
Thomas Girke
## 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.