QCplot | R Documentation |
QC plot for droplets using meta_info generated by dropSplit.
QCplot( meta_info, colorBy = "dropSplitClass", splitBy = "dropSplitClass", cell_stat_by = "dropSplitClass", metrics = c("nCount", "nFeature", "Rank", "RankMSE", "CellEntropy", "CellRedundancy", "CellGini"), ... )
meta_info |
|
colorBy |
One of the column names of the |
splitBy |
One of the column names of the |
cell_stat_by |
One of the discrete variable column names in |
metrics |
QC metrics used to plot. Possible options are:
|
... |
Other arguments passed to |
A ggplot object or a list of ggplot objects.
counts <- simSimpleCounts() result <- dropSplit(counts) pl <- QCplot(result$meta_info, metrics = "CellEntropy") pl$CellEntropy$Merge pl$CellEntropy$Cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.