View source: R/unique_mut_junc.R
unique_mut_junc | R Documentation |
Filters for unqiue mut_id
,junc_id
, tx_id
. If there are multiple
effects (DL/AL) predicted to lead to the same combination of mut_id
,
junc_id
, tx_id
, only the effect with the maximal score is returned.
unique_mut_junc(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
score
is kept.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.