Visualizing the Spatio-Temporal Dynamics of Clonal Evolution
Project description
pyLinG3D: Visualizing the Spatio-Temporal Dynamics of Clonal Evolution
This library is a python implementation of the LinG3D (https://github.com/rejniaklab/LinG3D) which generates the 3D lineage trees of (1) all clones; (2) individual clones; (3) all clones, but with only those cells that survived to the end of simulation; and (4) individual clones containing only those cells that survived to the end of simulation.
Installing with pip
if you are using Linux or macOS you can install pyLinG3D with pip
pip install pyLinG3D
Example
%matplotlib ipympl
from pyLinG3D import LinG3DClone
from platform import python_version
print(python_version())
#exampleB05
pathData='exampleB05'
cloneNum=5
toPrint=1 # save the final figure
IsGradient = 1 # draw drug gradient in the background 1-yes; 0-no;
xmin=-100; xmax=100; ymin=xmin; ymax=xmax # 2D domain boundaries
tmin=0; tmax=100000 # time/iteration boundaries
fileStep = 2000 # frequency of data
LinG3DClone(pathData,cloneNum,IsGradient,xmin,xmax,ymin,ymax,tmin,tmax,fileStep,toPrint).linG3DClone()
Authors
Anjun Hu, Maureiq Ojwang’, Kayode Olumoyin kayode.olumoyin@moffitt.org, Katarzyna Rejniak
Source Code
https://github.com/okayode/pyLinG3D
Acknowledgements
This work was supported by the NIH/NCI grants CA259387 and CA272601, and the NIH/NCI Physical Sciences Oncology Network (PSON) grant CA202229.
Project details
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 pyLinG3D-0.5.tar.gz
.
File metadata
- Download URL: pyLinG3D-0.5.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2f855d8d5032f20b934ed343459b3fca761b2b8736cb2c83e85950e711f0816 |
|
MD5 | a1932a898c3164d747af11927ae2f87e |
|
BLAKE2b-256 | 22c9712d7333f99dc2d4353aca347859a24bbcf6fef2f20eeae0df5b364a7bc3 |
File details
Details for the file pyLinG3D-0.5-py3-none-any.whl
.
File metadata
- Download URL: pyLinG3D-0.5-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5ae69655f69f138a2de594c4a3ec3a47f2b99bfd83330ed613de132819cf00e |
|
MD5 | be1122dbfaa87428009877447c66ed0d |
|
BLAKE2b-256 | c6177a4833b469274addfcb5d6ea97c371900bc8bc7900fc1cbb974b95a70319 |