Giter VIP home page Giter VIP logo

genomics-primer's Introduction

This repository contains all of the resources I have found helpful in studying genomics from the ground up.

Introduction

  1. A Brief Guide to Genomics by the National Human Genome Research Institute
  2. Overview of genomic file formats. Introduction to common file types for genomics.
  3. FastQ file specification. Illumina raw data format specification. In general, this is thought to be the industry standard.
  4. SAM/BAM file specification. This is the industry standard file-type for aligned sequence data. Know this format like the back of your hand.

Useful software

  • Samtools: manipulate and perform common tasks for SAM/BAM/CRAM files.
  • BWA aligner: Industry standard WGS/WXS aligner
  • STAR aligner: Industry standard Transcriptome aligner
  • Picard: Swiss-army knife of genomics
  • GATK: Genome Analysis Toolkit, industry standard variant caller.
  • FastQC: Industry standard raw data quality check software.
  • htseq: Useful for counting gene expression

Data sources

Raw data

  • 1000 genomes: The "thousand genome project" is a well-known project that houses raw/variant data from 1000 people across the world.
  • dbGaP: NIH (U.S. based) genomics repository
  • EGA: EBI (European based) genotype-phenotype repository

Variation data

General purpose

  • dbSNP: de-facto single nucleotide polymorphism database. Mostly research oriented.
  • OMIM: The "Online Mendelian Inheritance in Man" is a catalog that maps genotypes -> phenotypes. A great resource for handcrafting articles and literature curation.

Clinical significance

  • ClinVar: clinical significance of variations for humans.
  • PolyPhen-2: The "Polymorphism Phenotyping v2" tool attempts to predict the functional/structural effects of a variant on a human protein.
  • SIFT: The SIFT tool attempts to predict whether an amino acid substitution affects protein function.
  • FATHMM: FATHMM stands for "functional analysis though hidden markov models". This tool attempts to predict the functional affect of a variant on the resulting protein.

Data science applied to genomics

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.