subset_txi: Subsets the tables of a tximport object

View source: R/dge_utils.R

subset_txiR Documentation

Subsets the tables of a tximport object

Description

Subsets tximport tables using specified IDs.

Usage

subset_txi(txi, ids, dimension)

Arguments

txi

The tximport object to subset.

ids

The list of row or column indices/names to use for subsetting.

dimensions

The dimenions to subset. 1 for rows and 2 for columns.

Details

Uses a user-specified list of row or column names to subset the counts, abundance, and length elements of the tximport object. Orders the subset according to the order in the user-specified list.

Value

A tximport object.


bryancquach/omixjutsu documentation built on Jan. 29, 2023, 3:47 p.m.