User Tools

Site Tools


lab_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
lab_1 [2017/04/13 13:27]
scott /* Lab 1 Assignment */
lab_1 [2017/04/13 13:43]
scott /* Example commands */
Line 161: Line 161:
 ### We can also grab both variants, if we wanted to ### We can also grab both variants, if we wanted to
 grep -E 'rs8176719|rs9430244' hu916767_20170324191934.txt grep -E 'rs8176719|rs9430244' hu916767_20170324191934.txt
 +
 +### What if we have a variant where we don't know the rsID, 
 +### but only the chromosome, position, genome build, and alleles? 
 +### Well, to get chromosome 1, position 11850759, we can do this:
 +grep -E '\s1\s11850750\s' hu916767_20170324191934.txt
 +
  
  
Line 195: Line 201:
 grep -E '1' hu916767_20170324191934.txt grep -E '1' hu916767_20170324191934.txt
  
 +
 +
 +====== Useful databases ======
 +
 +
 +**Geography of Genetic Variants Browser** Interactively browse geographic distribution of genetic variants. Can compare to 1000 Genomes, ExAC, and POPRES (Euro-centric). http://popgen.uchicago.edu/ggv/?data=%221000genomes%22&chr=11&pos=6889648
 +
 +**dbSNP** A fairly exhaustive database of SNPs in humans. https://www.ncbi.nlm.nih.gov/projects/SNP/
 +
 +**ExAC** A good source for exonic variants. Very user friendly. http://exac.broadinstitute.org/
  
lab_1.txt · Last modified: 2017/04/25 10:49 by scott