Python Usage
One the models for NucleoFind are installed, NucleoFind is ready to run. Use this Python syntax to predict nucleic acid positions from electron density.
Command
Syntax to run a prediction:
import nucleofind as nf
nf.predict_map("phosphate", "data/ref.mtz", "data/pred.map", intensity = "FWT", phase = "PHWT", overlap=16)
def predict_map(model: str, input: str, output: str, resolution: float = 2.5, intensity: str = "FWT",
phase: str = "PHWT", overlap: float = 16):
Last modified: 25 September 2024