Skip to content

API Reference

This document provides an overview of the main modules and functions in the wtv library.

Modules

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"),
)