Output Specification for Simulation Data Workflow
July 18, 2017 · View on GitHub
Output folder structure
In the decompressed data folder, there are folders with name pattern SVRNA{i}_{j}, where {j} represents the replicate. Alignment data and TSV calling results are stored in each SVRNA{i}_{j} folder. The structure of each folder follows:
- SVRNA{i}_{j}
- WholeGenome // folder for genome sequence and STAR and BWA indexes
- reads // simulated RNA-seq reads
- Alignments // folder for alignments
- Star_rearranged
- Aligned.sortedByCoord.out.bam
- Chimeric.out.bam
- Merged.bam
- Merged.bam.bai
- SpeedSeq
- Aligned.bam
- Aligned.bam.bai
- Aligned.discordants.bam
- Aligned.discordants.bam.bai
- Aligned.splitters.bam
- Aligned.splitters.bam.bai
- TSVcall
- DELLY_BWA // result of DELLY2 with SpeedSeq main aligned BAM
- delly_DEL.bcf // deletions
- delly_DUP.bcf // duplications
- delly_INV.bcf // inversions
- delly_TRA.bcf // translocations
- delly_SV.vcf // merged TSVs of DEL, DUP, INV, TRA
- hit.txt // accuracy file
- DELLY_STAR // result of DELLY2 with merged STAR concordant and chimeric alignment BAM
- delly_DEL.bcf // deletions
- delly_DUP.bcf // duplications
- delly_INV.bcf // inversions
- delly_TRA.bcf // translocations
- delly_SV.vcf // merged TSVs of DEL, DUP, INV, TRA
- hit.txt // accuracy file
- LUMPY // LUMPY result with SpeedSeq alignment files
- lumpy_thresh{k}
- hit_thresh{k}
- SQUID_BWA // SQUID result with SpeedSeq main alignment BAM
- squid_w{k}
- squid_w{k}
- SQUID_STAR // SQUID result with STAR concordant and chimeric BAM
- squid_w{k}
- squid_w{k}
- TransABySS // TransABySS result with Gmap and MUMMER3
- mergedassembly.fa // assembled sequence by TransABySS
- gmap.out // alignment of transcript sequences to reference genome (genome_rearranged.fa) by Gmap
- gmap_res.bedpe // processed TSVs from Gmap alignment
- gmap_res_hit.txt // accuracy file of Gmap TSVs
- nucm.delta // alignment of transcript sequences to reference genome (genome_rearranged.fa) by MUMMER3
- nucm_text.txt // alignment of transcript sequences to reference genome by MUMMER3 in human readable format
- nucm_res.bedpe // processed TSVs from MUMMER3 alignment
- nucm_res_hit.txt // accuracy file of MUMMER3 TSVs
- other internal files and folder of TransABySS
- Trinity // Trinity result with Gmap and MUMMER3
- Trinity.fasta // assembled sequence by Trinity
- gmap.out // alignment of transcript sequences to reference genome (genome_rearranged.fa) by Gmap
- gmap_res.bedpe // processed TSVs from Gmap alignment
- gmap_res_hit.txt // accuracy file of Gmap TSVs
- nucm.delta // alignment of transcript sequences to reference genome (genome_rearranged.fa) by MUMMER3
- nucm_text.txt // alignment of transcript sequences to reference genome by MUMMER3 in human readable format
- nucm_res.bedpe // processed TSVs from MUMMER3 alignment
- nucm_res_hit.txt // accuracy file of MUMMER3 TSVs
- other internal files and folder of TransABySS
- DELLY_BWA // result of DELLY2 with SpeedSeq main aligned BAM
- Star_rearranged
Accuracy file specification
- First line: overall accuracy and sensitivity of predictions. Note that when calculating accuracy of DELLY2 and LUMPY, we exclude from the denominator the deletion type of predictions, but still keep the record in file.
- Records contain the following columns:
- chromosome of the first TSV breakpoint
- start position of junction sequence of the first breakpoint
- end position of junction sequence of the first breakpoint
- strand of junction sequence of the first breakpoint
- chromosome of the second TSV breakpoint
- start position of junction sequence of the second breakpoint
- end position of junction sequence of the second breakpoint
- strand of junction sequence of the second breakpoint
- whether prediction is correct (0 for wrong, 1 for correct)
- the ID of corresponding correct TSVs or -1