Description Usage Arguments Value Examples
Use a reference dataset to classify itself. A good reference should have almost no mixture between reference cells.
1 2 | ClassifyReference(ref_cells, ref_ct = "celltypes", ref_c = "counts",
return = FALSE, ...)
|
ref_cells |
the reference, similar to
|
ref_ct |
the colData of |
ref_c |
same as |
return |
return the matrix that was used to produce the plot |
... |
Other variables to pass to
|
A square plot. The rows are the original cell types, the columns the classifion labels. The colors and sizes of the squares indicate which part of the cells of the rowname type are classified to the type of the column name. On the left of the plot, the percentage of cells that is classified to an intermediate type is plotted. A good reference would classify nearly 100
1 | ClassifyReference(ref_cells = headneck_ref)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.