fpkm {OUTRIDER} | R Documentation |
This is the fpm and fpkm function from DESeq2. For more details see:
fpkm
and fpm
ods <- makeExampleOutriderDataSet() mcols(ods)['basepairs'] <- round(rnorm(nrow(ods), 1000, 500)) mcols(ods)['basepairs'] fpkm(ods)[1:10,1:10] fpm(ods)[1:10,1:10]