Learn R Programming

easybio (version 1.1.1)

plotPossibleCell: 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)

Value

A ggplot2 object representing the distribution of possible cell types.

Arguments

marker

data.table, the result from the matchCellMarker2() function.

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.