Description Usage Arguments Value
View source: R/SingleR.Plotting.R
Plot a scatter plot of a single cell vs. a reference sample
1 | SingleR.DrawScatter(sc_data, cell_id, ref, sample_id)
|
sc_data |
the single-cell RNA-seq data set as a matrix with genes as rownames. |
cell_id |
a number of the single cell to use |
ref |
the reference dataset with genes as rownames. Gene names must be in the same format as the single cell data (if sc_data uses genes symbols, ref_data must have the same) |
sample_id |
a number of the sample to use |
a ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.