![]() |
Rosetta
2019.31
|
Classes | |
| class | MutantModeler |
Functions | |
| def | figure_out_WT_seq |
| def | get_ss |
| def | find_pairs |
| def | list_NC_BPs |
| def | list_mutated_BPs |
Variables | |
| list | protein_residues |
| list | protein_residues_1letter |
| list | RNA_residues = [' A', ' U', ' C', ' G'] |
| list | RNA_residues_1letter = [ 'a', 'u', 'c', 'g' ] |
| dictionary | pdb_to_one_letter |
| def mutant_modeler.figure_out_WT_seq | ( | wt_struct | ) |
| def mutant_modeler.find_pairs | ( | secstruct | ) |
| def mutant_modeler.get_ss | ( | seq, | |
T = 37 |
|||
| ) |
References basic::database.open().
| def mutant_modeler.list_mutated_BPs | ( | bps, | |
| seq | |||
| ) |
References ObjexxFCL.len(), and basic::options::OptionKeys::relax::range.range.
| def mutant_modeler.list_NC_BPs | ( | bps, | |
| seq | |||
| ) |
References ObjexxFCL.len(), and basic::options::OptionKeys::relax::range.range.
Referenced by find_pairs(), and mutant_modeler.MutantModeler.get_med_res_command_lines().
| dictionary mutant_modeler.pdb_to_one_letter |
| list mutant_modeler.protein_residues |
Referenced by find_neighbors_directional().
| list mutant_modeler.protein_residues_1letter |
| list mutant_modeler.RNA_residues_1letter = [ 'a', 'u', 'c', 'g' ] |
1.8.7