SequenceFrame.is_transposed()¶Assert if the SequenceFrame is found as expected (ResidueType
as column) or transposed.
SequenceFrame, when created, has each column specify a residue type
and each row specify a sequence position. When it is the other way around, we assume
it is transposed.
| Returns: | True if the object is transposed. |
|---|