View source: R/combine_mut_junc.R
combine_mut_junc | R Documentation |
Combines data sets with junctions from several different sources
combine_mut_junc(junc_data_list)
junc_data_list |
A named list of tibbles with junctions. the name
should be the source, e.g. the tool name, such as |
A combined data set with unique junctions based on the columns
mut_id
, tx_id
, junc_id
.
Additional columns in the input data.frames will be prefixed with the
tool/source name followed by an underscore _
.
E.g. the column score
in the input data sets spliceai
becomes
spliceai_score
. Additionally, for each tool/source with name <name>
an additional column <name>_detected
will be added to indicate if a
given junction was detected with the indicated tool.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.