View source: R/constAvBetaTSS.R
constAvBetaTSS | R Documentation |
This function takes as input a DNAm data matrix generated with Illumina 450k or 850k technology and outputs a DNAm data matrix at the gene level, by computing the average DNAm over a window 200bp upstream of TSS, or if not available over 1st exon probes.
constAvBetaTSS(beta.m, type = c("450k", "850k"))
type |
This specifies whether data is 450k or 850k. |
beta.m |
A DNAm beta-valued data matrix with columns labeling samples and rows labeling CpGs. At present we only support Illumina 450k or 850k methylation beadarrays. |
The DNAm data matrix at the gene-level.
Teschendorff AE, Zhu T, Breeze CE, Beck S. Cell-type deconvolution of bulk tissue DNA methylomes from single-cell RNA-Seq data Genome Biol.2020
Jiao Y, Widschwendter M, Teschendorff AE. A systems-level integrative framework for genome-wide DNA methylation and gene expression data identifies differential gene expression modules under epigenetic control. Bioinformatics (2014) 30(16). doi: 10.1093/bioinformatics/btu316.
data(testDNAm); avDNAm.m <- constAvBetaTSS(testDNAm.m,type="450k");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.