Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TCP-Lab/bioTEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releases PiPY Tests Python Version

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.

Read the publication:

Visentin, L.; Scarpellino, G.; Chinigò, G.; Munaron, L.; Ruffinatti, F.A. BioTEA: Containerized Methods of Analysis for Microarray-Based Transcriptomics Data. Biology 2022, 11, 1346.

Installation

IMPORTANT: BioTEA works on UNIX systems. To run on Windows, use the Windows Subsystems for Linux service.

  1. Install Docker. The exact process is specific to your package manager:
  2. 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 of python --version is 3.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.
  3. 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.
  4. Install bioTEA with pip: pip install biotea.

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, 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.

Contributing

To learn how you can contribute to the tool, read the CONTRIBUTING guide.