GetUniqueMarkers {BisqueRNA} | R Documentation |
Get unique markers present in only 1 cell type
Description
Given a data frame of marker genes for cell types, returns a new data frame with non-unique markers removed.
Usage
GetUniqueMarkers(x, gene_col = "gene")
Arguments
x |
Data frame. Contains column with marker gene names |
gene_col |
Character string. Name of the column that contains the marker genes |
Value
x Data frame. Markers with non-unique markers removed
[Package BisqueRNA version 1.0.5 Index]