Trees | Indices | Help |
|
---|
|
Module to gather residue property data for proteins.
Copyright (c) Schrodinger, LLC. All rights reserved
|
|||
PrimeConfig Class containing the methods to write Prime input files. |
|||
PrimeStructure | |||
PropkaError A custom exception for any propka failures |
|||
OrderedResidueDict Creates an ordered dictionary for residues in a structure |
|||
PropertyCalculator Class for calculating properties of proteins and protein residues. |
|||
Mutation Helper class for Mutator. |
|||
Mutator Mutates a set of residues in a protein structure allowing concurrent mutations as well as the option to limit concurrent mutations to sequential residues only. |
|||
Refiner Creates input files and runs calculations for protein refinement jobs using Prime and our schrodinger.structutils.minimize.Minimizer class. |
|||
Consensus Access the atoms, residues, and molecules (or just their indices) that are considered to be consensus objects for a template structure and query structure. |
|
|||
|
|||
str |
|
||
str |
|
||
|
|||
|
|||
list |
|
||
bool |
|
||
bool |
|
||
|
|
|||
_version = '$Revision: 0.0 $'
|
|||
MultiLoopBuilder = None hash(x) |
|||
propka_parse = None hash(x) |
|||
run_propka = None hash(x) |
|||
NONPOLAR_HEAVY_ELEMENTS = ['C', 'S']
|
|||
AA_1_LETTER_MAP = {"A": "ALA", "R": "ARG", "N": "ASN", "D": "A
|
|||
AA_3_LETTER_MAP = {"ALA": "A", "ARG": "R", "ARN": "R", "ASN":
|
|||
ALL_RESIDUES = ['ALA', 'ARG', 'ASN', 'ASP', 'CYS', 'GLN', 'GLU
|
|||
POLAR_RESIDUES = ['ARG', 'ASP', 'GLU', 'HIS', 'ASN', 'GLN', 'L
|
|||
NONPOLAR_RESIDUES = ['PHE', 'LEU', 'ILE', 'TYR', 'TRP', 'VAL',
|
|||
AROMATIC_RESIDUES = ['PHE', 'TYR', 'TRP']
|
|||
BASIC_RESIDUES = ['ARG', 'LYS', 'HIS']
|
|||
ACIDIC_RESIDUES = ['ASP', 'GLU']
|
|||
CHARGED_RESIDUES = BASIC_RESIDUES+ ACIDIC_RESIDUES
|
|||
NEUTRAL_RESIDUES = ['ALA', 'ASN', 'CYS', 'GLN', 'GLY', 'HIE',
|
|||
RESIDUE_ROTOR_COUNT = {'ALA': 0, 'ARG': 4, 'ARN': 4, 'ASN': 2,
|
|||
HYDROPATHY_SCALE = {'ALA': 1.8, 'ARG':-4.5, 'ARN':-4.5, 'ASH':
|
|||
MUTATION_1_LETTER_RE = re.compile(r
|
|||
MUTATION_3_LETTER_RE = re.compile(r
|
|||
MUTATION_RE = re.compile(r
|
|||
PROP_CONVERSIONS = {'e_pot': 'Potential_energy', 'e_internal':
|
|
Creates an ASL based on a residue's chain, residue number and inscode. The ASL can optionally only include the alpha carbon of the residue.
|
Creates an ASL based on a list of residue's chains, residue numbers and inscodes. The ASL can optionally only include the alpha carbon of the residue.
|
Run a script using schrodinger.utils.subprocess.Popen. An interpreter is
not needed for these and any executable found in
|
Returns a list of residues for
|
Tests whether a residue is polar
|
Tests whether a residue is nonpolar
|
Returns true if the atom is considered non-polar. Here are the rules for non-polar atoms:
|
|
AA_1_LETTER_MAP
|
AA_3_LETTER_MAP
|
ALL_RESIDUES
|
POLAR_RESIDUES
|
NONPOLAR_RESIDUES
|
NEUTRAL_RESIDUES
|
RESIDUE_ROTOR_COUNT
|
HYDROPATHY_SCALE
|
MUTATION_1_LETTER_RE
|
MUTATION_3_LETTER_RE
|
MUTATION_RE
|
PROP_CONVERSIONS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:14 2015 | http://epydoc.sourceforge.net |