Skip to content

CMEE thesis repo: Python package for fitting thermal performance curves

Notifications You must be signed in to change notification settings

hjosullivan/CMEEProject

Repository files navigation

MRes CMEE Project

TPC_fitting: A new tool for quantifying the response of metabolic traits to climate change! 🌍 This python package fits mechanistic mathematical models to thermal performance data using a non-linear least-squares method.

Usage: $ python pipeline.py

Main Contents

Navigate to sub-directories for further information

Notebooks

  • Jupyter notebook detailing theory, methods and usage examples.

Proposal

  • Initial project proposal in LaTeX

Data

  • BioTraits.csv a subset of the biotraits database (Dell, Pawar, Savage, 2013).

Results

  • Empty directory to store results from TPC_fitting

TPC_fitting

  • Main python code!

Additional scripts

  • pipeline.py
    • Python script to run TPC_fitting.
  • Data_clean.py
    • An optional workflow implementing a pandas friendly approach to data wrangling 🐼
  • Data_exploration.py
    • A seabourne adventure through the biotraits database.

Installation

  1. Clone repo, e.g.: git clone ...
  2. Create virtualenv, e.g.: virtualenv -p python3 venv
  3. Activate virtualenv, e.g.: source venv/bin/activate
  4. Install requirements, e.g.: pip install -r requirements.txt

Author

License

--

Acknowledgments

  • --

Releases

No releases published

Packages

No packages published