Description Usage Arguments Details Value Author(s) References Examples
This function generates LME4 input.
1 |
cD |
A countDat object containing FPKM values and at least one annotation column. |
weightByLL |
Logical, weigh by log likelihood score. |
This function converts count dat object.
Returns LME4 input.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
1 2 3 4 5 6 7 8 9 10 11 12 | 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)
replicates(hm) <- reps
libsizes(hm) <- getLibsizes2(hm, estimationType = "total")
rpkm(hm) <- make_RPKM(hm)
f_hm <- quantFilter(hm, lo.bound = 0.4, hi.bound = 0.5)
dm <- cD.DM(f_hm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.