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 | samplesheet <- system.file("test", "exampleChIP.tsv", package = "BaalChIP")
hets <- c("MCF7"= system.file("test", "MCF7_hetSNP.txt", package = "BaalChIP"),
"GM12891"= system.file("test", "GM12891_hetSNP.txt", package = "BaalChIP"))
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.