Processing of Bacmman measurement tables
Project description
PyBerries
PyBerries is a Python package that can be used to import, manipulate and plot data from Bacmman measurement tables.
It relies mainly on Pandas for data handling and Seaborn/Matplotlib for plotting.
[[TOC]]
Installation
Anaconda (recommended)
Anaconda will install both Python and Jupyter-lab (used to run Python notebooks) easily. Note however that it requires ~5 Gb free disk space. For a lighter installation procedure, see the next section "Command line install".
- Download Anaconda from the official website
- Run the installer (leave all options as default)
- Start "Anaconda Navigator"
- In Anaconda, launch the "Jupyter Lab" module
Command line install (advanced users)
- Open a terminal (macOS/Linux) or Powershell (Windows)
- Install Python
- Enter the command
python --version - If an error or a version < 3.9 is shown, download and install Python from the official website
- Enter the command
- After installing, restart your terminal/powershell; both of the above commands should display a version number
- Install Jupyter Lab
- In a terminal/powershell, run the command
python -m pip install jupyterlab - After the installation completes, Jupyter Lab can be started using the command
jupyter-lab
- In a terminal/powershell, run the command
Getting started
Try downloading and running the tutorial notebook to get acquainted with data import and plotting in PyBerries.
For further details, see the main functionalities documentation, as well as the DatasetPool documentation.
For info and examples on plots, see the preset plots gallery and the Seaborn documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyBerries-0.2.8.post1.tar.gz.
File metadata
- Download URL: PyBerries-0.2.8.post1.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65b2b766667980725057b12bf730d198ae83764a9570dd55a33d73740ce80074
|
|
| MD5 |
c9dbd3c552fe5ed47d49076920e3897f
|
|
| BLAKE2b-256 |
045fca15e3bd2482179b4f609455594a73dd9a4a01fde7e04168feff2f370d3f
|
File details
Details for the file PyBerries-0.2.8.post1-py3-none-any.whl.
File metadata
- Download URL: PyBerries-0.2.8.post1-py3-none-any.whl
- Upload date:
- Size: 28.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b8104ff9ab98b42f66cafc4c637d684c943705412e709f1f4c203cd93d8ac02
|
|
| MD5 |
9ba67bd297aa383297c4e44a8939ad3b
|
|
| BLAKE2b-256 |
2783b7a8d854660def450a45d569110f170b3bc23f6b9aba1a4ac97088301f10
|