subset_txi | R Documentation |
Subsets tximport tables using specified IDs.
subset_txi(txi, ids, dimension)
txi |
The tximport object to subset. |
ids |
The list of row or column indices/names to use for subsetting. |
dimensions |
The dimenions to subset. |
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.
A tximport object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.