PAINT: Leishmania Sexual Reproductive Strategies As Resolved Through Compuational Methods Designed for Aneuploid Genomes |
MAIN INDEX ANALYTICAL PIPELINE CONTACT SYSTEM REQUIREMENTS PAINT Package Example Data | Find Reads aligned to both the genomes and to respective genomesThe 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 are 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 FindCommonSpecificReads utility of PAINT package takes sorted bam file and finds reads common to both the genomes and those specific to individual genomes respectively. Type java -jar PAINT.jar FindCommonSpecificReads -h for options.
Command Examplejava -jar PAINT.jar FindCommonSpecificReads -i "bam_file_from_species1.bam" -o "bam_file_from_species2.bam" -o outputDirectory |