Guided Photometry Analysis in Python, a free and open-source fiber photometry data analysis tool.
GuPPy can be run on Windows, Mac or Linux.
Follow the instructions below to install GuPPy :
Download the Guppy code
a. Press the green button labeled “Code” on the top right corner and that will initiate a pull down menu.
b. Click on Download ZIP. (Ensure that you save this ZIP locally, not in any external cloud storage such as iCloud, OneDrive, Box, etc. We suggest saving it in your User folder on the C drive)
c. Once downloaded, open the ZIP file and you should have a folder named “GuPPy-main”. Place this GuPPy-main folder wherever is most convenient (avoiding cloud storage).
d. Inside the GuPPy-main folder there is a subfolder named “GuPPy”. Take note of the GuPPy subfolder location or path. It will be important for future steps in the GuPPy workflow
Anaconda is a distribution of the Python and R programming languages for scientific computing. Install Anaconda. Install Anaconda based on your operating system (Mac, Windows or Linux) by following the prompts when you run the downloaded installation file.
Once installed, open an Anaconda Prompt window (for windows) or Terminal window (for Mac or Linux). You can search for "anaconda prompt" or "terminal" on your computer to open this window.
Find the location where GuPPy folder is located (from Step 1d) and execute the following command on the Anaconda Prompt or terminal window:
cd path_to_GuPPy_folder
conda create --name guppy --file filename
conda activate guppy
panel serve --show GuPPy/savingInputParameters.ipynb
GuPPy is now officially downloaded and ready to use!
Open an Anaconda Prompt window (for windows) or Terminal window (for Mac or Linux).
Execute the following command on Anaconda Prompt or terminal window:
conda remove --name guppy --all
To reinstall, follow steps 1 (Download GuPPy code) and 4 to 6 from the Installation Instructions.
Venus N. Sherathiya, Michael D. Schaid, Jillian L. Seiler, Gabriela C. Lopez, and Talia N. Lerner GuPPy, a Python toolbox for the analysis of fiber photometry data. Sci Rep 11, 24212 (2021). https://doi.org/10.1038/s41598-021-03626-9