SetQuantile | R Documentation |
Converts a quantile in character form to a number regarding some data String form for a quantile is represented as a number prefixed with 'q' For example, 10th quantile is 'q10' while 2nd quantile is 'q2'
SetQuantile(cutoff, data)
cutoff |
The cutoff to turn into a quantile |
data |
The data to find the quantile of |
Will only take a quantile of non-zero data values
The numerical representation of the quantile
https://github.com/satijalab/seurat/blob/master/R/visualization.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.