Difference between revisions of "Utah Genome Project"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[UGP_Variant_Protocol | UGP Variant Calling Protocol]] | * [[UGP_Variant_Protocol | UGP Variant Calling Protocol]] | ||
− | * [http://srynobio.github.io/ | + | * [http://srynobio.github.io/UGPp UGPp] - a lightweight NGS analysis pipeline implementing the UGP variant calling protocol. |
* The [http://healthcare.utah.edu/huntsmancancerinstitute/research/shared-resources/center-managed/bioinformatics/ HCI Informatics] team have created a pipeline using [http://healthcare.utah.edu/huntsmancancerinstitute/research/shared-resources/center-managed/bioinformatics/useful-links/software-tomato2.php Tomato2] that implements the UGP Variant Protocol | * The [http://healthcare.utah.edu/huntsmancancerinstitute/research/shared-resources/center-managed/bioinformatics/ HCI Informatics] team have created a pipeline using [http://healthcare.utah.edu/huntsmancancerinstitute/research/shared-resources/center-managed/bioinformatics/useful-links/software-tomato2.php Tomato2] that implements the UGP Variant Protocol | ||
− | * [[ | + | |
+ | == Protocol Development == | ||
+ | |||
+ | The UGP and the [http://healthsciences.utah.edu/utah-genome-project/family/2014/050614-USTAR%20Center%20for%20Genetic%20Discovery%20Launches.php UCGD] are developing a variant protocol that utilizes the [https://github.com/ekg/freebayes FreeBayes] variant caller from the [http://www.bioscience.utah.edu/faculty/molecular-biology-faculty/marth/ Marth Lab]. We are in the process of optimizing this protocol and benchmarking its performance on various datasets. | ||
+ | * [[FreeBayes_Variant_Protocol | FreeBayes Variant Protocol]] |
Latest revision as of 19:15, 27 June 2015
The Utah Genome Project has developed a detailed variant calling protocol based on the GATK HapoltypeCaller. This protocol very closely follows the GATK Best Practices for variant calling on DNAseq data, however here we provide detailed and versioned protocol that includes exact command lines for each step in the analysis as well as links to accessory datasets.
UGP Variant Calling
- UGP Variant Calling Protocol
- UGPp - a lightweight NGS analysis pipeline implementing the UGP variant calling protocol.
- The HCI Informatics team have created a pipeline using Tomato2 that implements the UGP Variant Protocol
Protocol Development
The UGP and the UCGD are developing a variant protocol that utilizes the FreeBayes variant caller from the Marth Lab. We are in the process of optimizing this protocol and benchmarking its performance on various datasets.