Description Usage Arguments Details Value See Also Examples
View source: R/aux_plotGeneCount.R
Plots a histogram and boxplot for the number of genes detected in each cell.
1 | plotGeneCount(exprMat, plotStats = TRUE, verbose = TRUE)
|
exprMat |
Expression matrix (genes as rows, cells as columns) |
plotStats |
Logical. If true, it plots the histogram, otherwise only calculates the percentages of genes detected. |
verbose |
Should the function show progress messages? (TRUE / FALSE) |
It is important to check that most cells have at least the number of expressed/detected genes that are going to be used to calculate the AUC ('aucMaxRank' in 'calcAUC()'). The histogram provided by 'AUCell_buildRankings()' allows to quickly check this distribution. 'plotGeneCount(exprMatrix)' allows to obtain only the plot before building the rankings.
Quantiles with the number of genes detected by cell (invisible). his result is also printed if verbose=TRUE.
See the package vignette for more details: vignette("AUCell")
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.