Description Usage Arguments Value Author(s) See Also Examples
Identify the CpG-site locations from a genome library
1 | identifyCpG(bsgenome = "Hsapiens", seqnames, genomeLib = "BSgenome.Hsapiens.UCSC.hg19", pattern = "CG")
|
bsgenome |
a BSgenome object or variant name in the genomeLib |
seqnames |
chromosome names, if missing all chromosomes will be used. |
genomeLib |
the BSgenome library in Bioconductor |
pattern |
the sequence pattern to be matched. |
a GRanges object with CpG-site locations
Pan Du
1 2 3 | # library(GenomicFeatures)
# library(BSgenome)
# seqnames <- paste('chr', c(1:22, 'X', 'Y', 'M'), sep='')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.