Description Usage Arguments Value Author(s) Examples
Turn FPKMs from a ballgown object into estimated counts for transcripts
1 | fpkm_to_counts(bg, mean_rps = 1e+08, threshold = 0)
|
bg |
ballgown object created from real RNA-seq dataset |
mean_rps |
This should be the number of reads per sample in total for use in backing out the FPKM calculations |
threshold |
only estimate parameters from transcripts with mean FPKM
measurements larger than |
A matrix of counts with the same number of rows and columns as the ballgown object
Jeff Leek
1 2 3 | library(ballgown)
data(bg)
countmat = fpkm_to_counts(bg, mean_rps=400000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.