Welcome to the documentation for TRANSPIRE¶
TRANSPIRE is a Python package for TRanslocation ANalysis of SPatIal pRotEomics data.
QUICKSTART¶
Installation and depedencies¶
To install TRANSPIRE, clone or download the GitHub repo and install the package using pip install . from the top-level directory of the package.
Dependencies¶
TRANSPIRE relies heavily on Pandas for data manipulation, in addition to GPFlow and Tensorflow for building and training Gaussian Process Classifiers.
Given the heavy dependence on Pandas, we recommend that users have, at least, a baseline knowledge of this package.
Documentation contents¶
Examples and tutorials: