methReads-method | R Documentation |
Returns methReads
stored in BSData-class
Assigns methReads
to BSData-class
Returns methReads
stored in BSDMCs-class
Assigns methReads
to BSDMCs-class
methReads(object) methReads(object) <- value methReads(object) methReads(object) <- value ## S4 method for signature 'BSData' methReads(object) ## S4 replacement method for signature 'BSData,matrix' methReads(object) <- value ## S4 method for signature 'BSDMCs' methReads(object) ## S4 replacement method for signature 'BSDMCs,matrix' methReads(object) <- value
object |
A |
value |
An integer matrix |
A matrix
A BSData-class
object
A matrix
A BSDMCs-class
object
Farhad Shokoohi <shokoohi@icloud.com>
nr <- 150; nc <- 8 metht <- matrix(as.integer(runif(nr * nc, 0, 100)), nr) methc <- matrix(rbinom(n=nr*nc,c(metht),prob = runif(nr*nc)),nr,nc) r1 <- GRanges(rep('chr1', nr), IRanges(1:nr, width=1), strand='*') names(r1) <- 1:nr cd1 <- DataFrame(Group=rep(c('G1','G2'),each=nc/2),row.names=LETTERS[1:nc]) OBJ1 <- cBSData(rowRanges=r1,methReads=methc,totalReads=metht,colData=cd1) methReads(OBJ1) methReads(OBJ1) <- methc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.