Modules and functions in this package

List of available modules and functions and descriptions

Superimposition-based approach modules

Check Stoichometry module

To import this any function within this module, use the next import

>> from sbiRandM.check_stoichometry import *

Available functions

check_fasta_stoichometry(fasta_path):

    """
    Input: path to the desired fasta file (string)
    Output: Dictionary with the stoichiometry done

    This function takes the path of the Fasta file of the Complex, 
    and checks the homology between chains
    to detect the steichiometry of the protein.
    """

Complex_build module

To import any function within this module, use the next import

Available function

Interaction Module

For using this module and the functions inside it, use the next command

Available functions

Modeling-based approach Modules

Modeller Comparison Module

For using this module and the functions inside it, use the next command

Available functions

Last updated