Skip to content

NTAMethod

Enum of the NTA Methods supported by WebGestalt

Enum Values

  • Prioritization - Finds the N seeds (input analytes) that are most likely to be encountered with a random walk
  • Expansion - Finds the N non-seed (non-input analytes) nodes that are most likely to be encountered with a random walk

Example

import webgestaltpy

method = webgestaltpy.NTAMethod.Expansion