Tea, short for Transcript Enrichment Analysis is a pipeline for performing Differential Expression Analysis on microarrays and RNA-seq data.
Project description
BioTEA, where Tea is short for Transcript Enrichment Analysis, is a pipeline for Differential Gene expression Analysis with microarray and RNA-seq data. It can download, preprocess and perform DEAs quickly, easily and in a reproducible way from the command line.
Check out the BioTEA Docker container, where the analysis code of BioTEA lives!
Read the publication:
Installation
IMPORTANT: BioTEA works on UNIX systems. To run on Windows, use the Windows Subsystems for Linux service.
- Install Docker. The exact process is specific to your package manager:
- For Ubuntu, follow this guide from the official Docker documentation.
- For MacOS, follow this guide from the official Docker documentation.
- For Arch Linux, install with:
pacman -Syu docker systemctl enable --now docker.service
You may need administrator privileges. - For other distros, check your distro package manager documentation.
- Install Python version 3.9 or over. Again, this is dependent on your package manager:
- On Ubuntu, run
apt update && apt install python3.9
. Depending on when you read this guide, you may need to tap into the deadsnakes PPA. Read the guides on the link I provided for more information. Just be sure that the result ofpython --version
is3.9
or higher when you continue to the following steps. - On Arch linux, run
pacman -Syu python
. - On MacOS, follow this guide in the python docs.
- On Ubuntu, run
- Optional but strongly recommended: Make a Python virtual environment to use bioTEA in. You can search online for a way to do this in your OS.
- Install bioTEA with
pip
:pip install biotea
.
IMPORTANT: Sometimes, critical bugs are fixed on the main branch but are yet to be released to PyPi. To get the development version of BioTEA, install it with
pip install 'biotea @ git+https://github.com/CMA-Lab/bioTEA.git#subdirectory=src/bioTea'
. If you run into problems, try and use this bleeding edge version, your issue might be fixed already!
If installed correctly, biotea info
should give some information on the tool.
Usage
The publication provides an overview of the tool and its usage. It is a good place to start. For more information on the various commands, read the wiki.
If you run into problems using the BioTEA CLI, read the FAQ page on the wiki. If you still cannot solve the issue, file a bug report, detailing as much as you can your problem, including the versions of bioTEA, Python interpreter, Docker engine and your OS.
If you think that the issue is coming from the docker container (i.e. the Docker container is correctly launched but the analysis fails), you can create an issue in the bioTEA-box repository.
Contributing
To learn how you can contribute to the tool, read the CONTRIBUTING guide.
Version compatibility
The BioTEA cli generally gets more frequent updates than the BioTEA box.
This causes their versions to drift apart.
We stride to keep compatibility between the BioTEA cli and the box when the major versions are identical. This means that all BioTEA version x.y.z
can run any BioTEA box of version x.*.*
.
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 biotea-1.1.1.tar.gz
.
File metadata
- Download URL: biotea-1.1.1.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6685b02ec9507b549006e4369aee97690b8a389ffb847888c2bb50ac951a2af7 |
|
MD5 | ec86b781e9380123029cb991b75b2aaa |
|
BLAKE2b-256 | 1e639e30780efe0ff19aea1130ccfb3481851ed722f65c8094d8243c4df7fe9b |
File details
Details for the file bioTEA-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: bioTEA-1.1.1-py3-none-any.whl
- Upload date:
- Size: 41.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f66c0eaee6eaae27ebb96fa088008b3175a1486a6a7dc693b5ed75791b184aeb |
|
MD5 | 0bf54e788276a6efb63b6bf9f7804354 |
|
BLAKE2b-256 | 650fe938316a1d00c4ef608ed8f0fa5fbd875ab491ce9c75d67b21065c9931e6 |