Introduction
A bioinformatics tool for exRNA biomarker discovery
Table of Contents
Installation
For easy installation, you can use the docker image we provide: exSEEK Docker Image
Alternatively, you can use use singularity or udocker to run the container for Linux kernel < 3 or if you don't have permission to use docker.
Usage
Run exseek.py --help
to get basic usage:
The main program of exSEEK starts from a data matrix of gene expression (read counts of each gene in each sample). Meanwhile, we provide some pipelines and QC steps for the pre-process of exRNA-seq (including long and short cfRNA-seq/exoRNA-seq) raw data. You can decide where to begin and run the related commands.
For detailed commands instruction and introduction, please check:
Note We also recommend other alternatives for the pre-process, such as exceRpt, that is specifically developed for the process of exRNA-seq raw reads.
Other arguments are passed to snakemake
Specify number of processes to run in parallel with -j
Frequently Asked Questions
Copyright and License Information
Copyright (C) 2019 Tsinghua University, Beijing, China
Authors: Binbin Shi, Xupeng Chen, Jingyi Cao and Zhi John Lu
This program is licensed with commercial restriction use license. Please see the LICENSE file for details.
Last updated