Format_Markers_Frac: Format marker genes for plotting

View source: R/Identify_Markers.R

Format_Markers_FracR Documentation

Format marker genes for plotting

Description

Order the gene expression in each cluster to make the heatmap look better

Usage

Format_Markers_Frac(Marker_genes)

Arguments

Marker_genes

data.frame, generated by Identify_Markers

Value

Markers corresponding to certain cluster

Examples

data("pbmc_small")
all.markers <- Identify_Markers(pbmc_small)
all.markers2 <- Format_Markers_Frac(all.markers)

CACIMAR documentation built on May 18, 2022, 9:07 a.m.