make_seq
make_seq(
seq,
name=None,
moltype=None,
annotation_offset=0,
annotation_db=None,
**kwargs,
)Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| seq | raw string to be converted to sequence object | required | |
| name | str | None | sequence name | None |
| moltype | MolTypeLiteral | None | name of a moltype or moltype instance. If None, defaults to ‘text’. | None |
| annotation_offset | int | integer indicating start position relative to annotations | 0 |
| **kwargs | typing.Any | other keyword arguments passed to Sequence | {} |
Returns
| Name | Type | Description |
|---|---|---|
| returns a sequence object |