mut_id, junc_id, tx_id. If there were multiple exon inclusion events predicted to lead to the same combination of mut_id, junc_id, tx_id, only the effect with the maximal score is returned.R/unique_mut_junc.R
unique_junc_mmsplice.RdFilter junction datasets for unique mut_id,
junc_id, tx_id. If there were multiple exon inclusion events
predicted to lead to the same combination of mut_id, junc_id, tx_id,
only the effect with the maximal score is returned.
unique_junc_mmsplice(junc_data)A tibble with junctions. The tibble should contain the columns mut_id,
tx_id, junc_id and delta_logit_psi and might have individual sets of other tool/source
specific columns. This tibble can be created with annotate_mmsplice().
A filtered tibble with unique junctions based on the columns
mut_id, tx_id, junc_id. The event with the maximal
delta_logit_psi is kept.