make_unaligned_seqs¶
- make_unaligned_seqs(data, moltype=None, label_to_name=None, info=None, source=None, **kw)¶
Initialize an unaligned collection of sequences.
- Parameters:
data – sequences
moltype – the moltype, eg DNA, PROTEIN, ‘dna’, ‘protein’
label_to_name – function for converting original name into another name.
info – a dict from which to make an info object
source – origins of this data, defaults to ‘unknown’. Converted to a string and added to info[“source”].
**kw – other keyword arguments passed to SequenceCollection