View source: R/unique_mut_junc.R
unique_junc_mmsplice | R Documentation |
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.Filter 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)
junc_data |
A tibble with junctions. The tibble should contain the columns |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.