Rosetta
|
A protocol to predict glycopeptide_docking and elongation of glycans on peptide/glycopeptide, lipid and protein substrates by glycosyltransferase. Current implementation only includes glycosylation of peptides and glycopeptides. It has been tested on GalNAcT2-peptide and GalNAcT12-glypeptide systems to predict peptide substrate specificity(T2) and di-glycopeptide binding sites(T12). Also, limited testing on N-linked glycosylation by enzyme ApNGT. More...
#include <protocols/glycopeptide_docking/GlycopeptideDockingProtocol.hh>
#include <protocols/glycopeptide_docking/GlycopeptideDockingProtocolCreator.hh>
#include <protocols/glycopeptide_docking/GlycopeptideDockingFlags.hh>
#include <protocols/glycopeptide_docking/GlycopeptideDockingHighResRefinement.hh>
#include <protocols/glycopeptide_docking/GlycopeptideDockingLowResRefinement.hh>
#include <protocols/glycopeptide_docking/utils.hh>
#include <protocols/carbohydrates/GlycanSampler.hh>
#include <protocols/moves/MonteCarlo.fwd.hh>
#include <protocols/constraint_movers/ConstraintSetMover.hh>
#include <protocols/jd2/Job.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <core/pose/Pose.hh>
#include <core/types.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/ScoreType.hh>
#include <core/import_pose/import_pose.hh>
#include <basic/Tracer.hh>
#include <utility/tag/Tag.hh>
#include <utility/pointer/owning_ptr.hh>
#include <utility/vector1.hh>
#include <numeric/random/random.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <protocols/moves/mover_schemas.hh>
#include <string>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::glycopeptide_docking | |
Functions | |
static basic::Tracer | TR ("protocols.glycopeptide_docking.GlycopeptideDockingProtocol") |
std::ostream & | protocols::glycopeptide_docking::operator<< (std::ostream &os, GlycopeptideDockingProtocol const &mover) |
A protocol to predict glycopeptide_docking and elongation of glycans on peptide/glycopeptide, lipid and protein substrates by glycosyltransferase. Current implementation only includes glycosylation of peptides and glycopeptides. It has been tested on GalNAcT2-peptide and GalNAcT12-glypeptide systems to predict peptide substrate specificity(T2) and di-glycopeptide binding sites(T12). Also, limited testing on N-linked glycosylation by enzyme ApNGT.
|
static |