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
Last revision Both sides next revision
lab_1 [2017/04/13 13:34]
scott /* Useful databases */
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
 +
  
  
lab_1.txt ยท Last modified: 2017/04/25 10:49 by scott