Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 3.21 KB

5_GENOMIC-TOOLS.md

File metadata and controls

39 lines (25 loc) · 3.21 KB

Genomic Tools

This page lists some common genomics tools used in bioinformatics analysis pipelines. For a more comprehensive list see the section genomic tools in my other Repo Team Teri --> link

Tools Summary Table

Name Functionality Phase Notes Maintainers
GATK comprehensive set of analysis tools all example pipelines on Terra.bio The Broad Institute
HAIL analysis end runs on Spark for scalability The Broad Institute
IGV visualization all can embed in Jupyter notebooks The Broad Institute
Variant Transforms transform and load vcf files into BigQuery end can embed in Jupyter notebooks Google Cloud
VariantSpark variant discovery end binary format CSIRO Bioinformatics
GT-Scan variant analysis end none CSIRO Bioinformatics

Learn More -> Links

  • 📘IGV (Integrative Genomics Viewer) tool - link from The Broad
  • :octocat: Learning how to work with VCF (Variant Call Format) files link
  • 📘General reference 'How sequencing works' - link
  • 📘GATK tools (from The Broad) to convert genomic files - link - from/to common formats (i.e. paired FASTQ to unmapped BAM, etc...)
  • 📘How to generate a BAM - link & image below from The Broad

Generate-BAM

Image References

  • FASTA/FASTQ images from link
  • BAM w/IGV from link
  • VCF image from link
  • VCF alterate image from link
  • GVCF vs. VCF comparison from link