View on GitHub

PHATDocs

Documentation for https://github.com/chgibb/phat

Home

For 0.10.1

Contents

Previous: Running Quality Control (QC) Reports

PHAT Align Button

Running Alignments

Select files to use as forward (1), and reverse (2) reads from the left, and the reference to align against on the right. A confirmation of your selection will appear when you have selected at least 1 read file and 1 reference. If performing paired end alignment, ensure that your forward read and reverse read files have been selected properly. Selecting mismatched files or reversing the ordering of paired files will result in errors or unexpected results. Once you have made your selection, click “ALIGN” which will appear if you have selected at least 1 read file and 1 reference. Feel free to queue multiple different alignments at the same time. PHAT will only run one alignment at a time. The status of the currently running alignment will be displayed at the bottom of the window.

PHAT Align

PHAT performs 10 different steps when aligning. The selected aligner (Bowtie2 or Hisat2) is used to perform the actual alignment, Samtools to prepare the output from the aligner for further processing and to retrieve coverage information, VarScan is used to predict SNPs and indels.

At the moment, parameters to tune and customize the steps in PHAT’s alignment process are not made available to the user, defaults for each tool are used at each step. We are working to compile a list of useful parameters to expose to the user. Please file an issue on the PHAT repository and let us know what you want to see.

Next: Reports and Analyses

Contents

About Running Alignments

See: Class for information about a completed alignment, [alignment operation]