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 | Get Parental allele FrequenciesThis page walks you though various steps required to generate file containing parental allele frequencies.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 an allele file using findAlleles utility of AGELESS 4) Generate an list file using listAlleles utility of AGELESS 5) Find parental SNVs using findSNPsSomy utility of AGELESS. Extract Homozygous SNVs from the parental lines and place them in a directory. 6) Generate a merged allele file using findAllelesSNPpositions utility of AGELESS. 7) Generate a merged allele frequency file using findAlleleFreqsSNPpositions utility of AGELESS. 8) Divide the merged allele file into individual files using DivideMergedFiles2ChrFiles utility of AGELESS. 9) Divide the merged allele frequency file into individual files using DivideMergedFiles2ChrFiles utility of AGELESS. How to Run it?Find parental allele frequencies using getParentAllelFrequencies utility of AGELESS. Type java -jar AGELESS.jar getParentAllelFrequencies -h for options.
Command Examplejava -jar AGELESS.jar getParentAllelFrequencies -i "..\DemoData\individualMergedAlleleFreqFiles" -j "..DemoData\individualMergedAlleleFiles" -k "FV1_SAT_srt.list" -l "LV39c5Hyg_srt.list" -o "..\DemoData\parentalAlleleFrequencies"OutputThe output of the DivideMergedFiles2ChrFiles program looks as follows: |