Clonal Variability Simulation
Project description
CloVarS: a simulation of single-cell clonal variability
This repository contains the source code accompanying the article "CloVarS: a simulation of single-cell clonal variability" (in preparation).
What is CloVarS
The Clonal Variability Simulation (CloVarS) is a cell culture simulation that generates synthetic single-cell lineage data, as normally obtained from time-lapse microscopy experiments.
The example below depicts a single colony, starting from a single cell, which grows over 7 days:
Quickstart
- Confirm that you have Python 3.8 or newer installed in your computer
- Open a terminal/CMD
- Type the command
pip install clovars
to download and install CloVarS - Type
clovars run
to run CloVarS with the default settings - Simulation results are placed in the folder named
output
(placed in the folder where your terminal is at)
Installation
CloVarS requires Python version 3.8+ in order to run. You can install CloVarS in your Python environment with the command:
pip install clovars
Note: this is meant to be typed in your system terminal / CMD, not in the Python shell.
Once installation is complete, the clovars
command is added yo your system. All necessary dependencies are installed automatically.
How to use CloVarS
CloVarS can be executed in the following modes:
run
- run a simulation with the given settings;view
- visualize the results of a previous simulation run (figures, images, videos);analyse
- run analytical tools on the result of a previous simulation run;fit
- fit experimental data to a variety of curves.
You also need to provide the path to the necessary settings files as a command-line argument. If no arguments are provided, clovars will use the default settings files. These files are set up for demonstration purposes, so we encourage you to use your own when designing new simulations to run.
Simulation Settings
The settings files use the TOML syntax, which makes it easy to open and edit them in any text editor. This folder has examples for the structure of the settings files. Be sure to pay attention: CloVarS will likely run into errors if the setting files have incorrect or missing values!
For more information on the settings and their meaning, please read the docs here (coming soon!).
Run CloVarS
clovars run path_to/run_settings.toml path_to/colonies.toml
where:
path_to/run_settings.toml
is the path for a TOML file with the run settings;path_to/colonies.toml
is the path for a TOML file describing the colonies to simulate.
View CloVarS results
clovars view path_to/view_settings.toml
where:
path_to/view_settings.toml
is the path for a TOML file with the view settings.
Analyse CloVarS results
clovars analyse path_to/analysis_settings.toml
where:
path_to/analysis_settings.toml
is the path for a TOML file with the analysis settings.
Fit experimental data to treatments
clovars fit path_to/fit_settings.toml
where:
path_to/fit_settings.toml
is the path for a TOML file with the fit settings.
Please refer to the examples folder for examples on how the experimental data should be formatted.
Troubleshooting / FAQ
When I use the command pip install clovars
, I get the error message ERROR: No matching distribution found for clovars
- Please make sure that you're using Python version 3.8 or newer when trying to
pip install clovars
. You can check your Python version by writing the commandpython --version
in the terminal/CMD.
Dependencies
CloVarS depends on the following third-party Python packages:
License
CloVarS is distributed under the MIT license. Read the LICENSE.md
file for details.
Cite us
If you use CloVarS, cite us:
Juliano L. Faccioni, Julieti H. Buss, Karine R. Begnini, Leonardo G. Brunnet, Manuel M. Oliveira and Guido Lenz. CloVarS: a simulation of single-cell clonal variability (in preparation).
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
File details
Details for the file clovars-0.2.3.tar.gz
.
File metadata
- Download URL: clovars-0.2.3.tar.gz
- Upload date:
- Size: 71.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.2 Linux/5.4.0-107-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dce8360386ec304c9225ff5c538af1f47d50899728c86a79ae086c55e62ef0c4 |
|
MD5 | e5b3241f6eff9c2763d44dc65baf2474 |
|
BLAKE2b-256 | 6cf0197f67d9b5a463be187ef2548fcb7deb4172d615b7c5a299d530c68a49d2 |
File details
Details for the file clovars-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: clovars-0.2.3-py3-none-any.whl
- Upload date:
- Size: 85.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.2 Linux/5.4.0-107-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9099d8e892531f9a89d429738d528721920105281ca2a736dd901cb62109e941 |
|
MD5 | 3ff8716d5d43b09dab20e03741dc4497 |
|
BLAKE2b-256 | 919ee799981ce4072eba5f2b3f97bdf475c3645efcc1cbe3ffa8e133d9fcdb47 |