plotPossibleCell | R Documentation |
This function creates a dot plot to visualize the distribution of possible cell types
based on the results from the matchCellMarker2()
function, utilizing data from the CellMarker2.0 database.
plotPossibleCell(marker, min.uniqueN = 2)
marker |
data.table, the result from the |
min.uniqueN |
integer, the minimum number of unique marker genes that must be matched for a cell type to be included in the plot. Default is 2. |
A ggplot2 object representing the distribution of possible cell types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.