Description Usage Arguments Value Examples
View source: R/get_symbol_exprSet.R
not only extract the expression matrix, but change the probeset ID to gene HUGO symbol ,and remove the duplicated genes .
| 1 | get_symbol_exprSet(eSet, platformDB = "hgu133plus2.db", filter = TRUE)
 | 
| 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 | 
expression matrix, rowname is the gene HUGO symbol
| 1 | #' exprSet <- get_symbol_exprSet(K27M_WT_eSet)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.