Skip to content

riverlee/viewFusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viewFusion

View fusion event by circos plot. I will support multiple formats generated by different fusion dicovery softwares in future. Currently it has only implemented parsing results coming from FusionHunter program.

Usage

perl viewFusion.pl -i/--input <inputFusionResult> -f/--format [fusionResultFormat] -s/--species [human] -b/--build [hg19]
   
     -i/--input   fusion result file from fusion detecting program(e.g, FusionHunter)
     -f/--format  the format of the fusion result, use program name as it format, default is FusionHunter
     -s/--species which species's karyotype will be use in the plot(e.g,human,mouse),default is human
     -b/--build   which version(e.g., hg19,mm8,mm9),default is hg19
     -h/--help    print out this help
     -l/--list    list current supported species' karyotypes in karyotype folder,then exists

Example

In the 'Example' sub-folder, there is an example of fusion result coming from FusionHunter. It combines contents in the FusionHunter.fusion and FusionHunter.readthrough files. According to the author, FusionHunter.readthrough is fusion genes linking two adjacent genes on chromosome, while FusionHunter.fusion reports fusion genes from distinct genomic regions.

Code:

../viewFusion.pl -i FusionHunter.result

Result:

example plot

About

View fusion event by circos plot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published