rpkm-methods: rpkm method for testClass

Description Usage Arguments Value Examples

Description

rpkm method for testClass

rpkm method for testClass

rpkm method for testClass

rpkm method for testClass

Usage

1
2
3
4
5
6
7
8
9
rpkm(x) <- value

## S4 replacement method for signature 'countDat'
rpkm(x) <- value

rpkm(x)

## S4 method for signature 'countDat'
rpkm(x)

Arguments

x

Value

value

Value

x

Value

value

Value

x

Value

x

Value

Value

x@RPKM

x@RPKM

Examples

 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)

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