constants

Constants.

source

get_blosum62_data

 get_blosum62_data (aa_to_int:Optional[dict[str,int]]=None,
                    gaps_as_stars:bool=False)

source

TokenizedSubstitutionMatrix

 TokenizedSubstitutionMatrix (name:str, mat:torch.Tensor,
                              expected_value:float)

source

SubstitutionMatrix

 SubstitutionMatrix (name:str, mat:pandas.core.frame.DataFrame,
                     expected_value:float)