Description Usage Arguments Details Value Author(s) Examples
View source: R/features-merge.R
Merge features, typically after feature prediction in multiple samples.
1 | 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
1 | txf_merged <- mergeTxFeatures(txf_ann, txf_pred)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.