Description Usage Arguments Value Examples
replicates method for testClass
replicates method for testClass
replicates method for testClass
replicates method for testClass
1 2 3 4 5 6 7 8 9 | replicates(x) <- value
## S4 replacement method for signature 'countDat'
replicates(x) <- value
replicates(x)
## S4 method for signature 'countDat'
replicates(x)
|
x |
Value |
value |
Value |
x |
Value |
x |
Value |
replicates populated object
x@replicates
x@replicates
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 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
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.