skbio.sequence.SubstitutionMatrix.__contains__# SubstitutionMatrix.__contains__(lookup_id)[source]# Check if the specified ID is in the dissimilarity matrix. Parameters: lookup_idstrID to search for. Returns: boolTrue if lookup_id is in the dissimilarity matrix, False otherwise. See also index