skbio.metadata.IntervalMetadataMixin#

class skbio.metadata.IntervalMetadataMixin(interval_metadata=None)[source]#

Attributes

interval_metadata

IntervalMetadata object containing info about interval features.

Methods

has_interval_metadata()

Determine if the object has interval metadata.

Special methods

__copy__()

__deepcopy__(memo)

__eq__(other)

Return self==value.

__ne__(other)

Return self!=value.

Special methods (inherited)

__ge__(value, /)

Return self>=value.

__getstate__(/)

Helper for pickle.

__gt__(value, /)

Return self>value.

__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__str__(/)

Return str(self).

Details

interval_metadata#

IntervalMetadata object containing info about interval features.

Notes

This property can be set and deleted. When setting new interval metadata, a shallow copy of the IntervalMetadata object is made.

abstract __copy__()[source]#
abstract __deepcopy__(memo)[source]#
abstract __eq__(other)[source]#

Return self==value.

abstract __ne__(other)[source]#

Return self!=value.