Description Usage Arguments Details Value Author(s) References Examples
View source: R/findSynexprsStep.R
Function removes genes from the custom pathway that demonstrate little variation across the cell types.
1 | 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.
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.