![]() |
Rosetta
2015.38
|
Functions | |
def | mutate_residue |
def | pose_from_sequence |
def | random_sequence |
def | compare_mutants__ |
def | compare_sequences |
def | compare_hbonds |
Variables | |
string | protein_letters = 'ACDEFGHIKLMNPQRSTVWY' |
list | nucleic_letters = ['A[ADE]','G[GUA]','C[CYT]','T[THY]'] |
def toolbox.mutants.compare_hbonds | ( | pose1, | |
pose2, | |||
Ethresh = .5 , |
|||
display = False |
|||
) |
def toolbox.mutants.compare_mutants__ | ( | pose1, | |
pose2 | |||
) |
def toolbox.mutants.compare_sequences | ( | seq1, | |
seq2 | |||
) |
References ObjexxFCL.len().
def toolbox.mutants.mutate_residue | ( | pose, | |
mutant_position, | |||
mutant_aa, | |||
pack_radius = 0.0 , |
|||
pack_scorefxn = '' |
|||
) |
Replaces the residue at <mutant_position> in <pose> with <mutant_aa> and repack any residues within <pack_radius> Angstroms of the mutating residue's center (nbr_atom) using <pack_scorefxn> note: <mutant_aa> is the single letter name for the desired ResidueType example: mutate_residue(pose,30,A) See also: Pose PackRotamersMover MutateResidue pose_from_sequence
References basic::options::OptionKeys::packing.prevent_repacking, and src.standard_packer_task().
def toolbox.mutants.pose_from_sequence | ( | seq, | |
res_type = 'fa_standard' , |
|||
name = '' , |
|||
chain_id = 'A' |
|||
) |
Returns a pose generated from amino acid single letters in <seq> using the <res_type> ResidueType, the new pose's PDBInfo is named <name> and all residues have chain ID <chain_id> example: pose=pose_from_sequence('LIGAND') See also: Pose make_pose_from_sequence pose_from_pdb pose_from_rcsb
References name.
def toolbox.mutants.random_sequence | ( | length = 1 , |
|
letters = protein_letters |
|||
) |
References extract_scores_and_constraints.join, and ObjexxFCL.len().
string toolbox.mutants.protein_letters = 'ACDEFGHIKLMNPQRSTVWY' |