merge_txi: Merge tximport objects

View source: R/dge_utils.R

merge_txiR Documentation

Merge tximport objects

Description

Combines multiple tximport objects into a single tximport object.

Usage

merge_txi(txi_list)

Arguments

txi_list

A list where each element is a tximport object.

Details

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.

Value

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.


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