Description Usage Arguments Value Examples
remprofile
is used to extract profiled methylation of CpG sites in RE.
1 2 3 4 5 6 7 8 9 10 11 |
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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.