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 …
amino acids
The Fundamentals of Biochemistry: Interactive Tutorials
The Fundamentals of Biochemistry: Interactive Tutorials from Colorado State University was created by Dr. David Fahrney and edited by Ben Robinson. The 10th edition contains 10 interactive tutorials of the planned 16 chapters. Link: https://bc401.bmb.colostate.edu/ …