University of Wisconsin–Madison

Tag: 3-letter code

1to3 and 3to1 peptide sequence conversion

Summary 1. How to easily convert a string of character to appear one character per line> Either of: echo “abcdefg” | fold -w1 echo “abcdefg” | grep -o . 2. How to convert amino acid sequence from one-letter to three-letter or vice versa? Easiest is on a listed web site. 3. How to write the …