Just a small working example to remember:
awk '{ if ($3 == "20" || $3 == "17") print $0}' Homo_sapiens.GRCh37.68.simple_names.refGene | less
No comments:
Post a Comment