ExpAscribe: a causal inference framework for quantitative experiment ascription and its derivative process. Documentation: https://seabirdshore.github.io/EAdocs/
Project description
Team ZJU-China 2024 Software Tool
ExpAscribe: a causal inference framework for quantitative experiment ascription and its derivative process, with python library and portable webapp provided by Team ZJU-China 2024.
Description
Features
- User-friendly UI and B/S Implemented WebApp
- API easy to distribute, with Python library provided. Pypi Docs
- Quantitative ascription-validation-intervention-optimization closed loop, equipped with state-of-the-art ML studies
- Validated by experimental work
- Compatible with existing database formats, i.e. GEO and ArrayExpress
- Detailed documentation, example notebooks and tutorial videos
For more information, please visit our Wiki.
Installation
Supported Platforms
| Windows | Linux | macOS |
|---|---|---|
| ✅(wsl2, amd64) | ✅(amd64) | ✅(amd64) |
Install Python library
pip install expAscribe
If you encounter dependent version conflicts during the installation process. You can try to create a virtual environment and install it.
pip install virtualenv
virtualenv <your_env>
source <your_env>/bin/activate # Linux/macOS
<your_env>\Scripts\activate # Windows
pip install expAscribe
Since the installation of this way requires conda, please install Anaconda first.
conda create -n <your_env> python=3.10
conda activate <your_env>
pip install expAscribe
Here is a way in Linux to install Anaconda.
wget https://repo.anaconda.com/archive/Anaconda3-2023.10-Linux-x86_64.sh
bash Anaconda3-2023.10-Linux-x86_64.sh
source ~/.bashrc
export PATH="$HOME/anaconda3/bin:$PATH"
source ~/.bashrc
Install Web App
This project requires docker for deployment, so please install docker first!
git clone https://gitlab.igem.org/2024/software-tools/zju-china
cd zju-china/web
docker build -t <your-docker-image-name> .
docker run -p 8501:8501 <your-docker-image-name>
After that app will be running at http://127.0.0.1:8501.
Or you can use the following command to run the app.
git clone https://gitlab.igem.org/2024/software-tools/zju-china
cd zju-china/web
pip install -r requirements.txt
streamlit run app.py
If you encounter dependent version conflicts during the installation process. You can try to create a virtual environment or use conda as above.
Usage
For more information on Usage, please visit our wiki which holds docs and tutorial videos. As for the usage examples, please visit notebooks folder in this repository.
Team-Related Specialty
Software development echoes team theme--"NeovioDye", and specially made an app prototype of user-defined picture drawing. With the support of hardware optical control projection, user-defined fashion printing and dyeing patterns were realized.
In our vision, user-defined patterns are not replicable. At present, we achieve this through public key cryptography and picture steganography, which is too classical and rigid. In our vision, a more innovative and interesting protocol can be achieved through blockchain NFT(Non-Fungible Token) technology
git clone https://gitlab.igem.org/2024/software-tools/zju-china
cd zju-china/UniDye
pip install -r requirements.txt
streamlit run app.py
Contributing
We greatly appreciate and encourage contributions to this project. To ensure a smooth process, please follow the steps below when submitting your pull requests.
Pull Requests
- Fork the repository and create a new branch from the
mainbranch. - If you’ve added new functionality, ensure you include appropriate tests.
- For any changes to the API, be sure to update the documentation accordingly.
- Ensure that your code passes all linting checks before submission.
Once you’ve completed these steps, feel free to submit your pull request. If you'd like to discuss any details or require assistance, you can reach me via 3220105728 at zju dot edu dot cn.
Issues
To report bugs or request new features, please use the GitLab issues tracker. Be sure to provide a clear description and detailed instructions for reproducing the issue to help us address it effectively.
Authors and Acknowledgments
Author
- Xiao Sibo, dev and algorithm design @College of Computer Science and Technology, Zhejiang University
Acknowledgments
I would like to express my deepest gratitude to the following individuals and organizations for their invaluable contributions...
- He Yichen, Liu Haoyang and Fu Jinyuan, bioinformatics design, experimental verification and data gathering
- Kun Kuang, Deputy head of the Department of Artificial Intelligence, Zhejiang University
- Microsoft, Azure sponsorship for Student, supporting webapp debugging and deployment
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 expascribe-1.2.7.tar.gz.
File metadata
- Download URL: expascribe-1.2.7.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b64aa411246bfee907f3ed0a71b2727c36f0fe4e6a002be2942905acb7c83281
|
|
| MD5 |
7a7c5eabf195e8a51ace8c1ddde20f08
|
|
| BLAKE2b-256 |
6065f1eb5e9fbe291ca5f11c44adcd24549f77c7394c7685880ab1fd99ba45f9
|
File details
Details for the file expAscribe-1.2.7-py3-none-any.whl.
File metadata
- Download URL: expAscribe-1.2.7-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8fda9b33d0e69a3c75fb31c361d9059aa522aa41e9ca8991d8671fd6b005649
|
|
| MD5 |
86db660dc1445ab2d80be34b11863071
|
|
| BLAKE2b-256 |
109d1640abb7673cabd5c653a2441990601bc766b761bcd61ca21fbe1deb8c5c
|