Description Usage Arguments Details Value Examples
Calculate the methylation intensity of each gene given specific methylation sites.
1 2 3 4 | gene_methy_intensity(peak_inform,
txdbinfor,
GENE_ANNO_GTF,
species="human")
|
peak_inform |
A list data format, one is a dataframe within specific peak sites ( |
txdbinfor |
An optional TxDb object for gene annotation information used in the analysis, default: NA. The gene_methy_intensity function will first look at txdbinfor, then GENE_ANNO_GTF for gene annnotation information. Please refere to "GenomicFeatures" package for more details about the "TxDb" object. |
GENE_ANNO_GTF |
A string, which specifies a gene annotation GTF file if available, default: NA |
species |
A character string specifying the name of species, which could be |
This function is to obtain the genes' methylation intensity given the specific peak sites ("differential methylation peak (DM)"
sites or "high variable peak (HVP)"
sites). The methylation intensity are defined as the mean methylation level of one gene's specific peak sites. For each specific peak site of one gene, its methylation level is decayed by the distance to stop codon. More far away from stop codon, the methylation signial is more weak.
gene_methy_intensity
will return a dataframe with the methylation intensity for each gene of each sample.
1 2 3 4 | ## Not run:
gene_methyintensity <- gene_methy_intensity(peak_inform=get_peak_site,txdbinfor=TXDB,GENE_ANNO_GTF=NA, species="human")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.