View source: R/find_noise_cl.R
find_low_quality_cl | R Documentation |
To use this, you'll need to perform pairwise gene expression tests with de_score(), and a set of clusters with high confidence (cl.good).
find_low_quality_cl(cl.df, cl.good, de.score.mat = NULL, de.genes)
cl.df |
A data.frame with cluster annotations that includes a "cluster_label" column |
cl.good |
a cluster factor object for cells from high-quality clusters. |
de.genes |
differential gene expression results like those generated by de_score(). |
Low-quality clusters will be from all clusters in cl.df that are not in cl.good.
a data.frame with the closest "good" cluster for each non-good/low cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.