remprofile | R Documentation |
remprofile
is used to extract profiled methylation of CpG sites in RE.
remprofile( methyDat, REtype = c("Alu", "L1", "ERV"), annotation.source = c("AH", "UCSC"), genome = c("hg19", "hg38"), Seq.GR = NULL, RE = NULL, impute = FALSE, imputebyrow = TRUE, verbose = FALSE )
methyDat |
A |
REtype |
Type of RE. Currently |
annotation.source |
Character parameter. Specify the source of annotation databases, including
the RefSeq Gene annotation database and RepeatMasker annotation database. If |
genome |
Character parameter. Specify the build of human genome. Can be either |
Seq.GR |
A |
RE |
A |
impute |
Parameter used by |
imputebyrow |
Parameter used by |
verbose |
Logical parameter. Should the function be verbose? |
A REMProduct
object containing profiled RE methylation results.
data(Alu.hg19.demo) if (!exists("GM12878_450k")) GM12878_450k <- getGM12878("450k") remprofile.res <- remprofile(GM12878_450k, REtype = "Alu", annotation.source = "AH", genome = "hg19", RE = Alu.hg19.demo, verbose = TRUE) details(remprofile.res) rempB(remprofile.res) # Methylation data (beta value) remprofile.res <- rempAggregate(remprofile.res) details(remprofile.res) rempB(remprofile.res) # Methylation data (beta value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.