plotMarkerDistribution {easybio} | R Documentation |
Plot Distribution of a Marker Across Tissues and Cell Types
Description
This function creates a dot plot displaying the distribution of a specified marker across different tissues and cell types, based on data from the CellMarker2.0 database.
Usage
plotMarkerDistribution(mkr = character())
Arguments
mkr |
character, the name of the marker to be plotted. |
Value
A ggplot2 object representing the distribution of the marker.
Examples
## Not run:
plotMarkerDistribution("CD14")
## End(Not run)
[Package easybio version 1.1.1 Index]