scikit-bio
skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.diversity
skbio.stats
skbio.embedding
skbio.table
skbio.metadata
skbio.workflow
skbio.util
skbio.stats.distance
skbio.stats.ordination
skbio.stats.composition
skbio.stats.evolve
skbio.stats.gradient
skbio.stats.power
DistanceMatrix.__contains__()
Check if the specified ID is in the dissimilarity matrix.
ID to search for.
True if lookup_id is in the dissimilarity matrix, False otherwise.
True
False
See also
index
previous
skbio.stats.distance.DistanceMatrix
next
skbio.stats.distance.DistanceMatrix.__eq__