schrodinger.application.bioluminate.peptide_sar.label module

schrodinger.application.bioluminate.peptide_sar.label.is_change(vector, desired_value)

Determine if the desired change is present in a vector, or if any change is present when no value is specified.

schrodinger.application.bioluminate.peptide_sar.label.get_label(seq_matrix, position, desired_index)

Label a sequence 0 or 1 based on whether the specified change is present

schrodinger.application.bioluminate.peptide_sar.label.get_seq_labels(seq_matrices: list[List[List[int]]], position: int, desired_value: Optional[int] = None) list[int]

Give each sequence a binary label based on whether the specified change is present.