PAINT: Leishmania Sexual Reproductive Strategies As Resolved Through Compuational Methods Designed for Aneuploid Genomes |
MAIN INDEX ANALYTICAL PIPELINE CONTACT SYSTEM REQUIREMENTS AGELESS Package Example Data | Find Reads aligned to both the genomes and to respective genomes maintaining syntenyThe study of inter-species hybrids requires focusing on regions that are conserved across both the genomes. This utility finds reads common to both the genomes that are syntenic and the reads that are specific to each genomePrerequisites1) Align the fastq files to the reference genomes of interest using your favourite aligner (Bowtie, BWA, Novoalign etc.)2) Sort the generated Binary alignment map (BAM) files using samtools 'sort' function How to Run it?The FindCommonSpecificReadsChrWise utility of PAINT package takes sorted bam file and finds reads common to both the genomes maintaining synteny and those specific to individual genomes respectively. Type java -jar PAINT.jar FindCommonSpecificReadsChrWise -h for options.
Command Examplejava -jar PAINT.jar FindCommonSpecificReadsChrWise -i "bam_file_from_species1.bam" -o "bam_file_from_species2.bam" -o outputDirectory -k ChromosomesWithSynteny |