Learn R Programming

MEAL (version 1.2.3)

getGeneVals: Get all probes related to gene

Description

Given a MethylationResults and a gene name returns the results of the analysis of all the probes of the gene.

Usage

getGeneVals(object, gene)

Arguments

object
MethylationResults
gene
Character with the name of the gene

Value

List of data.frames with the results of the analysis of the probes belonging to the gene

Examples

Run this code
if (require(minfiData)){
set <- prepareMethylationSet(getBeta(MsetEx)[1:10,], pheno = pData(MsetEx))
methyOneVar <- DAPipeline(set, variable_names = "sex", probe_method = "ls")
getGeneVals(methyOneVar, "TSPY4")
}

Run the code above in your browser using DataLab