plot.expression.rank.q90 | R Documentation |
Plot gene expression based on the expression at the 90th quantile (so you will not lose genes expressed in few cells).
## S3 method for class 'expression.rank.q90'
plot(obj = combined.obj, gene = "ACTB", filterZero = TRUE)
obj |
Seurat object, Default: |
gene |
gene of interest, Default: 'ACTB' |
filterZero |
Remove genes whose quantile-90 expression in 0? Default: |
## Not run:
if (interactive()) {
plot.expression.rank.q90(gene = "SATB2")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.