Foldit Wiki
Register
Advertisement

structure.LocalWiggleAll[]

Function
void structure.LocalWiggleAll(integer iterations[, backbone, sidechains])
Description
Local wiggle all segments.
V1 Function Name
Similar to do_local_wiggle.

Remarks[]

The function structure.LocalWiggleAll applies local wiggle to all segments of the protein, regardless of whether they are selected.

The function structure.LocalWiggleSelected applies local wiggle only to selected segments.

By design, local wiggle is optimized to wiggle small sections of the protein, not the entire protein. See local wiggle for more on the differences between local and global wiggle.

The exact differences between global wiggle and local wiggle are not known.

Previous versions[]

In the version 2 of the Foldit Lua interface, there are four different wiggle functions.

In version 1, there were three global wiggle functions:

  • do_global_wiggle_all
  • do_global_wiggle_backbone
  • do_global_wiggle_sidechains

In version 1, there was one local wiggle function:

  • do_local_wiggle

The approximate equivalences are:

See feedback Local/Global Wiggle Selected/All for more.

Advertisement