plotPossibleCell {easybio} | R Documentation |
Plot Possible Cell Distribution Based on matchCellMarker2() Results
Description
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.
Usage
plotPossibleCell(marker, min.uniqueN = 2)
Arguments
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. |
Value
A ggplot2 object representing the distribution of possible cell types.
[Package easybio version 1.1.1 Index]