Description Usage Arguments Value
View source: R/preprocessing.R
Enable analysis of batch difference by calculation and plotting the quantiles of cellular expression profiles Colors indicate cells from different batches
| 1 2 3 | getExprQuantiles(object, probs = c(0.25, 0.5, 0.75, 0.8, 0.85, 0.9, 0.92,
  0.94, 0.96, 0.98, 0.99, 1), lower.bound = -1, upper.bound = Inf,
  do.plot = T)
 | 
| object | A sincera object | 
| probs | a vector of quantiles to be computed | 
| lower.bound | The minimum value for quantile calculation | 
| upper.bound | The maximum value for quantile calculation | 
| do.plot | If true, visualize the quantiles in individual cells with colors indicating different batches | 
A data frame containing the quantile values of individual cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.