Learn R Programming

easybio (version 1.1.1)

plotMarkerDistribution: 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())

Value

A ggplot2 object representing the distribution of the marker.

Arguments

mkr

character, the name of the marker to be plotted.

Examples

Run this code
if (FALSE) {
plotMarkerDistribution("CD14")
}

Run the code above in your browser using DataLab