get_iter¶
- MultiSequence.get_iter(method='asis')[source]¶
Get generator for the idividual sequences.
- Parameters
method (str) – Method indicate how generator must yield the sequence data
- Returns
Generator for the sequences.
Depending on method result can yield on of following
- ‘asis’ - (name[str], sequence[Instance])
- ‘string’ - (name[str], sequence[str])
- ‘skbio’ - (name[str], sequence[skbio])
- Return type
Generator