View source: R/plotProportion.R
plotProportion | R Documentation |
Plot a graph of the cells in two populations.
plotProportion(object, assay.type = "RNA", condition, population, order = NULL)
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
condition |
character; column in the metadata table specifying an annotation, such as sorted populations. |
population |
character; column in the metadata table specifying another annotation. |
order |
character vector; ordered populations. The default is ascending order. |
list; the data frame of cells (condition) and their classifications (population), and the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.