Installation

From PyPI

lipidoz is installable from the PyPI via pip:

pip install lipidoz

From Source

The source code can also be cloned from the GitHub repository and installed using pip. This method allows for installation of development versions other than the stable release version (main branch).

# clone latest stable release (main branch)
git clone https://github.com/PNNL-m-q/lipidoz.git

# OR clone the development branch
git clone --branch dev https://github.com/PNNL-m-q/lipidoz.git

# OR clone a specific feature development branch
git clone --branch add_multi_dim_filter https://github.com/PNNL-m-q/lipidoz.git

# install
pip install lipidoz/

Dependencies

  • mzapy (source, docs)

  • matplotlib

  • numpy

  • pandas

  • scikit_image

  • scipy

  • torch

  • torchvision

  • XlsxWriter