Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen authored Sep 2, 2017
1 parent 4a2678a commit 78de0c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,14 @@ When the gene list file (`genes.txt`) is prepared, you can used following comman
julia scripts/gen_fusion_file.jl -r hg19 -g genes.txt -f fusion.csv
```
The reference genome is specified by `-r` option, which can be hg19/GRch37/GRch38.

# HTML report
FusionScan can generate very informative and interactive HTML pages to visualize the fusions with following information:
* the fusion genes, along with their transcripts.
* the inferred break point with reference genome coordinations.
* the inferred fusion protein, with all exons and the transcription direction.
* the supporting reads, with all bases colorized according to their quality scores.
* the number of supporting reads, and how many of them are unique (the rest may be duplications)
## A HTML report example
![image](http://www.opengene.org/FusionScan/eml4alk.png)
See the HTML page of this picture: http://opengene.org/FusionScan/report.html

0 comments on commit 78de0c6

Please sign in to comment.