skbio.stats.distance.PairwiseMatrix.index# PairwiseMatrix.index(lookup_id)[source]# Return the index of the specified ID. Parameters: lookup_idstrID whose index will be returned. Returns: intRow/column index of lookup_id. Raises: MissingIDErrorIf lookup_id is not in the matrix.