get_markers: Get markers from a dataframe

View source: R/utils_helper.R

get_markersR Documentation

Get markers from a dataframe

Description

This function uses the global variable "non_markers". If the output contains markers you did not expect, you can add to non_markers like this: non_markers <- c(non_markers, "remove1", "remove2") and rerun get_markers()

Usage

get_markers(df)

Arguments

df

dataframe to get the markers from


biosurf/cyCombine documentation built on May 23, 2024, 4:07 a.m.