mutants¶
-
pyrosetta.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_file pose_from_rcsb