get_variable_features: Get variable features

View source: R/get_variable_features.R

get_variable_featuresR Documentation

Get variable features

Description

Get pre-computed variable features (e.g. genes) stored within single-cell objects.

Usage

get_variable_features(obj, reduce = NULL)

Arguments

obj

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

reduce

Function with which to reduce variable features across assays into a single vector (e.g. intersect or union).

Value

A named list with variable features for each assay.

Examples

obj <- example_obj("seurat")
feat <- get_variable_features(obj)

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