View source: R/gene_methy_level_distdecay.R
gene_methy_level_distdecay | R Documentation |
Calculate methylation level of each gene, which is weighted by the distance of peak center to stop-codon
gene_methy_level_distdecay(mapLTX_peakinfor, size_factor, peak_dist_stopcodon)
mapLTX_peakinfor |
A |
size_factor |
A |
peak_dist_stopcodon |
A |
It will return a data.frame
file containing the methylation level weighted by the distance of peak center to sop codon for each gene in each concerned sample.
## Not run: load("./Group1_peakcalling/size_factor.Rdata") Group1_sizefactor <- size_factor Group1_methylevel_distdecay <- gene_methy_level_distdecay(mapLTX_peakinfor=Group1_mappeak_LTX, peak_dist_stopcodon=Group1_peakcenter2stopcondon, size_factor=Group1_sizefactor) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.