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 | Generate A merged Allele Frequency fileThis page walks you though various steps required to generate a Merged allele frequency file using PAINT package.Prerequisites1) Align the fastq files to the reference genome of interest using your favourite aligner (Bowtie, BWA, Novoalign etc.)2) Sort the generated Binary alignment map (BAM) file using samtools 'sort' function 3) Generate allele files using findAlleles utility of PAINT 4) Generate list files using listAlleles utility of PAINT 5) Find parental SNVs using findSNPsSomy utility of PAINT. Extract Homozygous SNVs from the parental lines and place them in a directory. How to Run it?The findAlleleFreqsSNPpositions utility of PAINT package takes the parental homozygous SNV files and finds markers where parental lines are different from each other. It then finds the frequency composition of alleles from all files in the listFiles directory at those markers. Type java -jar PAINT.jar findAlleleFreqsSNPpositions -h for options.
Command Examplejava -jar PAINT.jar findAlleleFreqsSNPpositions -i "../DemoData/listFiles" -j "../DemoData/snpFile/homozygous/" -o "../DemoData/otherFiles/mergedAlleleFreqencies.txt" -k "vcf"OutputThe output of the findAllelesSNPpositions utility program looks as follows:
|