merge_txi | R Documentation |
Combines multiple tximport objects into a single tximport object.
merge_txi(txi_list)
txi_list |
A list where each element is a tximport object. |
Merges tximport objects to create a single tximport object with a common subset of genes across all of the input objects. Also creates a categorical variable to distinguish the source object of each sample. Requires all row and sample names to be unique.
A list with the following components:
txi
A tximport object.
sample_source
A categorical variable for each sample that corresponds to the source
tximport object for the sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.