Description Usage Arguments Value Examples
getLibsizes method for count Dat class, derived from getLibsizes1 method (countData class).
1 2 3 |
cD |
A count Dat object. |
subset |
Value |
estimationType |
e.g. quantile, total, edgeR. |
quantile |
A quantile, expressed as e.g. 0.75. |
... |
Passthrough arguments. |
Libsize value
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))
hm.tr<-hmel.dat$trxLength
hm<-new("countDat",data=hmel.dat$readcounts,replicates=reps,
seglens=hm.tr,annotation=annotxn)
libsizes(hm) <- getLibsizes2(hm, estimationType = "total")
getLibsizes2(hm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.