Skip to contents

Subset the peptide context for gene fusions

Usage

subset_context_fusion(res, ctx_codons)

Arguments

res

A DataFrame object from `fusions`

ctx_codons

How many flanking codons each to include in the context

Value

A DataFrame object of gene fusions

Examples

if (interactive()) {
    subset_context_fusion(fusions, ctx_codons=15)
}