Description Usage Arguments Value Author(s) Examples
reads BS-Seq data
1 2 3 4 5 6 7 8 9 10 | 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 BSDMC-class
object
Farhad Shokoohi <shokoohi@icloud.com>
1 2 3 4 5 6 7 8 9 10 | fn <- list.files(system.file("extdata", package = "DMCFB"))
fn.f <- list.files(system.file("extdata", package = "DMCFB"),
full.names = TRUE
)
OBJ <- readBismark(fn.f, fn, mc.cores=1)
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.