getCustomGenes {attract} | R Documentation |
Function removes genes from the custom pathway that demonstrate little variation across the cell types.
getCustomGenes(vec.geneid, removeGenes = NULL)
vec.geneid |
a |
removeGenes |
|
This function is also called internally by findSynexprs
.
A vector
of gene names that have variable expression across the different cell types.
Jessica Mar
Mar, J., C. Wells, and J. Quackenbush, Defining an Informativeness Metric for Clustering Gene Expression Data. to appear, 2010.
## Not run: data(subset.loring.eset) remove.these.genes <- removeFlatGenes(subset.loring.eset, "celltype", contrasts=NULL, limma.cutoff=0.05) vec.geneid <- c("GI_17999531-S","GI_17978503-A") customGenes <- getCustomGenes(vec.geneid, removeGenes=NULL) ## End(Not run)