MetaData

Mover created by Labonte JWLabonte@jhu.edu.

Description

An [[EnzymaticMover]] for for simulating the methylation of a DNA-containing Pose.

This Mover simulates the activity of a virtual DNA methyltransferase enzyme on a Pose by methylating a residue at a biologically relevant sequon position.

RosettaScripts Details

Autogenerated Tag Syntax Documentation:


Enzymatic mover to methylate a DNA-containing pose

<DNAMethyltransferaseMover name="(&string;)" species="(&string;)"
        enzyme_name="(&string;)" efficiency="(&real;)"
        perform_major_reaction_only="(&bool;)" perform_all_reactions="(&bool;)" />
  • species: Set the species name of this simulated enzyme.
  • enzyme_name: Set the specific name of this simulated enzyme.
  • efficiency: Directly set the efficiency of this enzyme, ignoring whatever is in the database.
  • perform_major_reaction_only: Set this EnzymaticMover to perform only its major reaction.
  • perform_all_reactions: Allow this EnzymaticMover to be promiscuous, performing a random transfer from among its possible co-substrates.