scikit-bio
skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.diversity
skbio.stats
skbio.embedding
skbio.table
skbio.metadata
skbio.workflow
skbio.util
TabularMSA.__getitem__()
Slice the MSA on either axis.
This is a pass-through for skbio.alignment.TabularMSA.iloc(). Please refer to the associated documentation.
skbio.alignment.TabularMSA.iloc()
See also
iloc
loc
Notes
Axis restriction is not possible for this method.
To slice by labels, use loc.
previous
skbio.alignment.TabularMSA.__ge__
next
skbio.alignment.TabularMSA.__getstate__