Back to Mover page.
Growing Glycans in Rosetta: Accurate de novo glycan modeling, density fitting, and rational sequon design Jared Adolf-Bryfogle, J. W Labonte, J. C Kraft, M. Shapavolov, S. Raemisch, T. Lutteke, F. Dimaio, C. D Bahl, J. Pallesen, N. P King, J. J Gray, D. W Kulp, W. R Schief bioRxiv 2021.09.27.462000; https://doi.org/10.1101/2021.09.27.462000
Autogenerated Tag Syntax Documentation:
Author: Jared Adolf-Bryfogle (jadolfbr@gmail.com) @brief Mutates residues to create a potential glycosylation site using known sequence motifs of N- or C- linked glycans. Includes options for Enhanced Sequons for N-linked glycans that have been shown to have higher rates of glycosylation as well as other positions that have been shown to influence the glycosylation chemistry.
@details Creates the glycan sequence motif around (and including) the potential glycosylation site. If the site could not be created due to the position being too close to the beginning or end of the sequence, Will set the mover status to fail, do not retry.
Creates an N-Linked Sequence Motif by default using the non-enhanced motif. This can be changed in options.
References and author information for the CreateGlycanSequonMover mover:
CreateGlycanSequonMover Mover's author(s): Jared Adolf-Bryfogle, The Scripps Research Institute, La Jolla, CA [jadolfbr@gmail.com]
<CreateGlycanSequonMover name="(&string;)"
basic_enhanced_n_sequon="(false &bool;)" c_linked_NxC="(false &bool;)"
c_linked_WxxW="(false &bool;)" c_linked_WSTxC="(false &bool;)"
positions_as_start_of_sequon="(false &bool;)"
design_x_positions="(false &bool;)" pack_neighbors="(true &bool;)"
design_neighbors="(false &bool;)" neighbor_distance="(6.0 ℜ)"
pack_rounds="(5 &non_negative_integer;)" residue_selector="(&string;)"
scorefxn="(&string;)" />
basic_enhanced_n_sequon: Set to use the enhanced sequon which has been shown to result in higher rates of glycosylation. REFERENCES: Enhanced Aromatic Sequons Increase Oligosaccharyltransferase Glycosylation Efficiency and Glycan Homogeneity Murray et al., 2015, Chemistry and Biology 22, 1052 1062 http://dx.doi.org/10.1016/j.chembiol.2015.06.017
Residues Comprising the Enhanced Aromatic Sequon Influence Protein N-Glycosylation Efficiency Yen-Wen Huang, J. Am. Chem. Soc. 2017, 139, 12947 12955 DOI: 10.1021/jacs.7b03868
If this is in beginning or end of protein and could not be created, will set fail do not retry mover status.