TabularMSA.
__ne__
(other)[source]¶Determine if this MSA is not equal to another.
State: Experimental as of 0.4.1.
TabularMSA
objects are not equal if their sequences, index,
metadata, or positional metadata are not equal.
other (TabularMSA) – MSA to test for inequality against.
Indicates whether this MSA is not equal to other.
bool
See also