poli.core.util.proteins.defaults

Contents

poli.core.util.proteins.defaults#

This module contains the default values for the amino acid encoding.

For amino acid encoding, we use the following:

```python AMINO_ACIDS = [

β€œA”, β€œR”, β€œN”, β€œD”, β€œC”, β€œE”, β€œQ”, β€œG”, β€œH”, β€œI”, β€œL”, β€œK”, β€œM”, β€œF”, β€œP”, β€œS”, β€œT”, β€œW”, β€œY”, β€œV”,

]#