powered by
Filter genes
filterGenes(x, mu = 0.01, cv = 2, fano = FALSE)
Matrix to be normalised with cells in rows and genes in columns
Meam threshold
Coefficient of variation or Fano factor threshold.
Default TRUE. Predicate treat CV as Fano factor or CV
Returns a filtered matrix with same number of cells but fewer genes than 'x'
Filter genes Filter genes by mean and either coefficient of variation, cv or Fano factor.
# NOT RUN { expressionGenesFiltered <- filterGenes(x) # }
Run the code above in your browser using DataLab