prepareAnnot: Prepare user-supplied mapping between CpGs and genes.

Description Usage Arguments Value References Examples

View source: R/prepareAnnot.R

Description

This function prepares CpG to gene mapping which will be used by methylRRA and methylglm.

Usage

1
prepareAnnot(CpG2Gene, geneidtype = "SYMBOL")

Arguments

CpG2Gene

A matrix, or a data frame or a list contains CpG to gene mapping. For a matrix or data frame, 1st column should be CpG ID and 2nd column should be gene name. For a list, entry names should be gene names, and elements correpond to CpG IDs.

geneidtype

A string. "SYMBOL", "ENSEMBL", "ENTREZID" or "REFSEQ". Default is "SYMBOL".

Value

A data frame contains ready to use CpG to gene mapping.

References

Carlson M (2017). org.Hs.eg.db: Genome wide annotation for Human. R package version 3.5.0.

Examples

1
2
3
data(CpG2Genetoy)
FullAnnot = prepareAnnot(CpG2Gene)
head(FullAnnot)

reese3928/methylGSA documentation built on May 10, 2021, 10:41 p.m.