mergeTxFeatures: Merge redundant features

Description Usage Arguments Details Value Author(s) Examples

View source: R/features-merge.R

Description

Merge features, typically after feature prediction in multiple samples.

Usage

1
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

Details

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

Value

TxFeatures object with merged features

Author(s)

Leonard Goldstein

Examples

1

SGSeq documentation built on Nov. 8, 2020, 8:31 p.m.