skbio.metadata.IntervalMetadata.drop#
- IntervalMetadata.drop(intervals, negate=False)[source]#
Drop Interval objects.
The given
Intervalobjects will be removed and their associatedIntervalMetadatawill be set toNone.- Parameters:
- intervalsiterable of
Interval Intervalobjects to drop from this object.- negatebool
Negate the drop operation, i.e. keeping the specified intervals instead of dropping them.
- intervalsiterable of