Description Usage Arguments Value Author(s) Examples
View source: R/BaalChIP-methods.R
This S4 class includes a series of methods for detecting allele-specific events from multiple ChIP-seq datasets.
1 |
samplesheet |
A character string indicating the filename for a
|
hets |
A named vector with filenames for the
|
CorrectWithgDNA |
An optional named list with comple file paths for the |
.Object An object of the BaalChIP
class.
Ines de Santiago, Wei Liu, Ke Yuan, Florian Markowetz
1 2 3 4 5 | setwd(system.file("test",package="BaalChIP"))
samplesheet <- "exampleChIP.tsv"
hets <- c("MCF7"="MCF7_hetSNP.txt", "GM12891"="GM12891_hetSNP.txt")
res <- new("BaalChIP", samplesheet=samplesheet, hets=hets)
res <- BaalChIP(samplesheet=samplesheet, hets=hets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.