Learn R Programming

SGSeq (version 1.6.5)

mergeTxFeatures: Merge redundant features

Description

Merge features, typically after feature prediction in multiple samples.

Usage

mergeTxFeatures(..., min_n_sample = 1)

Arguments

...
one or more TxFeatures objects, or a single list of TxFeatures objects
min_n_sample
Minimum number of samples a feature must be observed in to be included

Value

TxFeatures object with merged features

Details

Merged features are the union of splice junctions and internal exons. For terminal exons with shared spliced boundary, the longest exon is retained.

Examples

Run this code
txf_merged <- mergeTxFeatures(txf_ann, txf_pred)

Run the code above in your browser using DataLab