get_symbol_exprSet: extract the expression matrix from a eSet object

Description Usage Arguments Value Examples

View source: R/get_symbol_exprSet.R

Description

not only extract the expression matrix, but change the probeset ID to gene HUGO symbol ,and remove the duplicated genes .

Usage

1
get_symbol_exprSet(eSet, platformDB = "hgu133plus2.db", filter = TRUE)

Arguments

eSet

A expresstionSet,S4 object in R, which contain: assayData,phenoData,featureData

platformDB

which microarray platform does the eSet use,such as illuminaHumanv4.db, hgu133plus2.db

filter

whether to filter genes show very low expression values, default:TRUE

Value

expression matrix, rowname is the gene HUGO symbol

Examples

1
#' exprSet <- get_symbol_exprSet(K27M_WT_eSet)

jmzeng1314/humanid documentation built on May 19, 2019, 2:57 p.m.