View source: R/VarID_functions.R
maxNoisyGenes | R Documentation |
This function extracts genes with maximal variability in a cluster or in the entire data set.
maxNoisyGenes(noise, cl = NULL, set = NULL)
noise |
List object with the background noise model and a variability matrix, returned by the |
cl |
List object with clustering information, returned by the |
set |
Postive integer number or vector of integers corresponding to valid cluster numbers. Noise levels are computed across all cells in this subset of clusters. Default is |
Vector with average gene expression variability in decreasing order, computed across all cells or only cells in a set of clusters (if cl
and
set
are given.
res <- pruneKnn(intestinalDataSmall,knn=10,alpha=1,no_cores=1,FSelect=FALSE)
noise <- compNoise(intestinalDataSmall,res,pvalue=0.01,genes = NULL,no_cores=1)
mgenes <- maxNoisyGenes(noise)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.