Skip to content

Instantly share code, notes, and snippets.

@alperyilmaz
Created November 17, 2016 13:45
Show Gist options
  • Save alperyilmaz/e8be6351bdf975ed42fc3a575eec2bc5 to your computer and use it in GitHub Desktop.
Save alperyilmaz/e8be6351bdf975ed42fc3a575eec2bc5 to your computer and use it in GitHub Desktop.
second most frequent start codon in E.coli coding sequences
$ cut -f2 Ecoli-cds-protein | cut -c1-3 | sort | uniq -c | sort -nr
3715 ATG
307 GTG
71 TTG
2 CTG
2 ATT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment