API Reference
This document provides an overview of the main modules and functions in the wtv library.
Modules
wtv.utils- Utility functions for MSP file I/O and data processingwtv.ion_selection- Core ion selection algorithmswtv.similarity- Similarity calculation functions
Quick Start
from pathlib import Path
from wtv.ion_selection import run_ion_selection
run_ion_selection(
msp_file_path=Path("input.msp"),
output_directory=Path("output"),
)