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.
Parameters: | other : TabularMSA
|
---|---|
Returns: | bool
|
See also