TCP-Lab / transportome_profiler

Code to profile the expression of the transportome
GNU General Public License v3.0
0 stars 0 forks source link

Transportome Profiler analysis

Kerblam!

This repository contains the code for the analysis on the expression profile of the transportome in Cancer based on the MTP-DB.

[!NOTE] Read the preprint here: Profiling the Expression of Transportome Genes in cancer: A systematic approach

It's potentially out of date.

The project follows the Kerblam! standard.

Running the analysis

You can run the analysis pipelines with Kerblam! and docker:

# Clone the repo
git clone git@github.com:TCP-Lab/transportome_profiler.git
cd ./transportome_profiler

kerblam data fetch # Fetch the input data not present in the repository
kerblam run <pipeline>

Kerblam! will build docker containers and run the analysis locally. To run without docker, read below.

Pipelines

The project currently encompasses the following pipelines:

Running locally without docker

You need some requirements to be installed before you can run the analysis locally:

If you have all the requirements, you can simply:

kerblam run <pipeline> --local

[!IMPORTANT] The manuscript for this project is also available online in this repository.