| readBismark-method | R Documentation | 
reads BS-Seq data
readBismark(files, colData, mc.cores) ## S4 method for signature 'character,DataFrame,numeric' readBismark(files, colData, mc.cores) ## S4 method for signature 'character,data.frame,numeric' readBismark(files, colData, mc.cores) ## S4 method for signature 'character,character,numeric' readBismark(files, colData, mc.cores)
| files | A character list | 
| colData | Object of class  | 
| mc.cores | An integer greater than 0 | 
A BSData-class object
Farhad Shokoohi <shokoohi@icloud.com>
fn <- list.files(system.file('extdata',package = 'DMCHMM'))
fn.f <- list.files(system.file('extdata',package='DMCHMM'), full.names=TRUE)
OBJ <- readBismark(fn.f, fn, mc.cores=2)
cdOBJ <- DataFrame(Cell = factor(c('BC', 'TC','Mono'),
labels = c('BC', 'TC', 'Mono')), row.names = c('BCU1568','BCU173','BCU551'))
colData(OBJ) <- cdOBJ
OBJ
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.