get_var_names: Get var names

View source: R/get_var_names.R

get_var_namesR Documentation

Get var names

Description

Get the names of each feature in a single-cell object.

Usage

get_var_names(obj)

Arguments

obj

A single-cell object supported by scKirby. See converters for a table of all supported conversions.

Value

Vector of observation names.

Examples

obj <- example_obj()
vnames <- get_obs_names(obj)

bschilder/scKirby documentation built on April 22, 2024, 12:13 a.m.