DownsampleFeatures: Downsample Features

View source: R/preprocessing.R

DownsampleFeaturesR Documentation

Downsample Features

Description

Randomly downsample features and assign to VariableFeatures for the object. This will select n features at random.

Usage

DownsampleFeatures(object, assay = NULL, n = 20000, verbose = TRUE)

Arguments

object

A Seurat object

assay

Name of assay to use. Default is the active assay.

n

Number of features to retain (default 20000).

verbose

Display messages

Value

Returns a Seurat object with VariableFeatures set to the randomly sampled features.

Examples

DownsampleFeatures(atac_small, n = 10)

timoast/signac documentation built on Nov. 13, 2023, 9:25 a.m.