filter_cds: Filter a CDS

View source: R/filter_cds.R

filter_cdsR Documentation

Filter a CDS

Description

This function provides a pipe-friendly method to filter cds objects.

Usage

filter_cds(cds, cells = "all", genes = "all")

Arguments

cds

The CDS to filter.

cells

Optional: a tibble of cell metadata for the cells you wish to keep. Use bb_cellmeta(). Default: 'all'

genes

Optional: a tibble of gene metadata for the genes you wish to keep. Use bb_rowmeta(). Default: 'all'

Value

A filtered CDS


blaserlab/blaseRtools documentation built on April 14, 2025, 6:04 p.m.