mergeTxFeatures {SGSeq} | R Documentation |
Merge features, typically after feature prediction in multiple samples.
mergeTxFeatures(..., min_n_sample = 1)
... |
one or more |
min_n_sample |
Minimum number of samples a feature must be observed in to be included |
Merged features are the union of splice junctions and internal exons. For terminal exons with shared spliced boundary, the longest exon is retained.
TxFeatures
object with merged features
Leonard Goldstein
txf_merged <- mergeTxFeatures(txf_ann, txf_pred)