Skip to content

Build protein database for fusion events

Bo edited this page Jun 11, 2019 · 2 revisions

This example input was downloaded from STAR-Fusion website (https://github.com/STAR-Fusion/STAR-Fusion/wiki)

library(PGA)
fusion_file <- system.file("extdata/fusion/", 
                           "star-fusion_example_input.tsv",
                           package="PGA")
res <- buildFusionProteinDB(fusion_file,
                            genome_version="hg19")