-
Notifications
You must be signed in to change notification settings - Fork 0
Files format
- Reference sequence (FASTA) and index file (FAI).
- Mako configuration file.
sampleName.superitems.txt: This file can be found under the working directory. Each record indicates a node in the graph, where each node has 19 columns of information (see table below).
sampleName.mako.sites.txt: Mako detect SVs. Additional information of each record can be found in the file heading.
Example of Mako's detection:
chr1 16088762 16089878 ARP_Self;Split cxs=12;DEL,16088762-16089600,sa=3,rp=0;16089413-16089601,sa=6,rp=0;INV,16088762-16089878,sa=0,rp=10 ARP_RR,ARP_FF,MS,SM,MS,ARP_RR 0+13-,51+0-,9+13-,6+6-,3+4-,0+10-
In this example, Mako score the complexity of this event as 'cxs=12'. Moreover, Mako identifies three internal connections '16088762-16089600,sa=3,rp=0',16089413-16089601,sa=6,rp=0' and '16088762-16089878,sa=0,rp=10', where each connection is provided with support information. Additionally, 'ARP_RR,ARP_FF,MS,SM,MS,ARP_RR' is nodes type in the detected subgraph.
ARP_RR, ARP_FF and ARP_RF indicating read-pairs of incorrect orientation.
ARP_LARGE and ARP_SMALL indicating read-pairs of abnormal insert sizes.
MS, SM and etc. were derived from CIGAR string of a read.
sampleName.mako.BNDs.txt: Break-ends are not able to involve in the current graph, including inter-chromosomes. This will be optimized in our next update such that some inter- or intra-chromosome translocation involved events can be better detected.