replicates-methods: replicates method for testClass

Description Usage Arguments Value Examples

Description

replicates method for testClass

replicates method for testClass

replicates method for testClass

replicates method for testClass

Usage

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)

Arguments

x

Value

value

Value

x

Value

x

Value

Value

replicates populated object

x@replicates

x@replicates

Examples

 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)

avastermark19/doseR_0.99.4 documentation built on May 6, 2019, 12:08 p.m.