Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This API runs the Cyrus MHC Class II deimmunization protocol on a given protein. Designable residues are defined with a resfile. Multiple design runs are performed in parallel with different epitope score weights defined by the user (e.g. [0.,1.0]).

...

  • cyrus engine submit deimmunizer -h

Inputs

  • Input PDB file – a PDB file

    • CLI argument: --pdb-file input.pdb

    • Do not include nonprotein residues. Does not currently support ligands / noncanonicals.

    • Do not include multimodel (NMR-sourced) PDBs.

  • Resfile defining designable residues

    • CLI --res-file resfile

  • Minimum epitope score weight

    • --min-weight

  • Maximum epitope score weight

    • --max-weight

  • Enable pssm model mode. Pssm model mode is enabled by default, to disable it and use the slower SVM model:

    • --pssm false

  • Select the mhc config preset for pssm mode. The available options are custom and cyrus-class1-human14`. custom is the default. To change the mode:

    • --mhc-config cyrus-class1-human-14

Command Line Examples

Run deimmunizer on an input structure:

...