skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.workflow
skbio.diversity
skbio.stats
skbio.util
Protein.
observed_chars
Set of observed characters in the sequence.
State: Experimental as of 0.4.1.
Notes
This property is not writeable.
Examples
>>> from skbio import Sequence >>> s = Sequence('AACGAC') >>> s.observed_chars == {'G', 'A', 'C'} True