Description Usage Arguments Value Examples
rpkm method for testClass
rpkm method for testClass
rpkm method for testClass
rpkm method for testClass
1 2 3 4 5 6 7 8 9 |
x |
Value |
value |
Value |
x |
Value |
value |
Value |
x |
Value |
x |
Value |
x@RPKM
x@RPKM
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(hmel.data.doser)
reps <- c("Male", "Male", "Male", "Female", "Female", "Female")
annotxn <- data.frame("Chromosome" =
factor(hmel.dat$chromosome, levels = 1:21))
hm.tr<-hmel.dat$trxLength
hm<-new("countDat",data=hmel.dat$readcounts,seglens=hm.tr,
annotation=annotxn)
data(hmel.data.doser)
reps <- c("Male", "Male", "Male", "Female", "Female", "Female")
annotxn <- data.frame("Chromosome" = factor(hmel.dat$chromosome,
levels = 1:21))
hm.tr<-hmel.dat$trxLength
hm<-new("countDat",data=hmel.dat$readcounts,seglens=hm.tr,
annotation=annotxn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.