Description Usage Arguments Value Author(s) References Examples
make_RPKM populates RPKM slot of modified countData (countDat) S4 object.
1 | make_RPKM(cd_object)
|
cd_object |
A countDat object. |
RPKM populated object
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
1 2 3 4 5 6 7 8 9 | data(hmel.data.doser)
reps <- c("Male", "Male", "Male", "Female", "Female", "Female")
annotxn <- data.frame("Chromosome" = factor(hmel.dat$chromosome,
levels = 1:21))
hmtr <- hmel.dat$trxLength
hm<-new("countDat",data=hmel.dat$readcounts,replicates=reps,seglens=hmtr,
annotation=annotxn)
libsizes(hm) <- getLibsizes2(hm, estimationType = "total")
rpkm(hm) <- make_RPKM(hm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.