Description Usage Arguments Details Value Slots Examples
A class for performing DMR (differentially methylated region) detection
analysis using method MethCP on whole genome bisulfite sequencing
data.
The constructor function for MethCP objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 | MethCP(
test = NA_character_,
group1 = NA,
group2 = NA,
chr,
pos,
pvals,
effect.size
)
MethCP(
test = NA_character_, group1 = NA, group2 = NA, chr, pos,
pvals, effect.size)
|
test |
a character string of the name of the per-cytosine statistcis. |
group1 |
a character vector containing the sample names of the treatment group. |
group2 |
a character vector containing the sample names of the control group. |
chr |
a character vector containing the cytosine chromosome infomation. |
pos |
a numeric vector containing the cytosine positions. |
pvals |
a numeric vector containing the |
effect.size |
a numeric vector containing the effect sizes for each cytosine. |
If not specified by function calcLociStatTimeCourse,
calcLociStat, the parameter test can be set to any
user-specified string indicating the name of the test performed.
In the cases where the goal is not to compare between treatment and control
groups, parameter group1 and group2 can be set to NA.
If generated by calcLociStat, parameter stat will be a
GRangesList object where each element in the list contains statistics
for each of the chromosome in the dataset.
A MethCP objects.
testa character string of the name of the per-cytosine statistcis.
group1a character vector containing the sample names of the treatment group.
group2a character vector containing the sample names of the control group.
stata GRangesList object containing the results of
per-cytosine tests.
segmentationa GRanges object containing the segments
and their infomation such as region-based statistics, coverages, etc.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.