simbad.util.matthews_coef module

Module for running matthews coefficients to calculate solvent content

class MatthewsCoefficient(cell, sg)[source]

Bases: object

Methods

calculate_content_ncopies_from_file  
calculate_content_ncopies_from_struct  
calculate_content_ncopies_from_file(pdb)[source]
calculate_content_ncopies_from_struct(struct)[source]
class SolventContent(cell, sg)[source]

Bases: object

Methods

calculate_from_file  
calculate_from_struct  
calculate_from_file(pdb)[source]
calculate_from_struct(struct)[source]
no_stdout(*args, **kwds)[source]