TabularMSA.
__getitem__
(indexable)[source]¶Slice the MSA on either axis.
State: Experimental as of 0.4.1.
This is a pass-through for skbio.alignment.TabularMSA.iloc()
.
Please refer to the associated documentation.
See also
iloc()
, loc()
Notes
Axis restriction is not possible for this method.
To slice by labels, use loc
.