Gene Expression Analyzer for RNA-seq samples
Project description
rnasa
Gene Expression Analyzer for RNA-seq samples
Installation
$ pip install -U https://github.com/dceoy/rnasa/archive/main.tar.gz
Dependent commands:
pigz
pbzip2
bgzip
samtools
java
fastqc
trim_galore
STAR
rsem-refseq-extract-primary-assembly
rsem-prepare-reference
rsem-calculate-expression
Docker image
Pull the image from Docker Hub.
$ docker image pull dceoy/rnasa
Usage
-
Download and process resource data.
$ rnasa download --genome=GRCh38 --dest-dir=/path/to/ref
-
Run the pipeline for gene expression analysis.
$ rnasa run \ --workers=2 \ --dest-dir=. \ /path/to/ref/GRCh38 \ /path/to/sample1_fastq_prefix \ /path/to/sample2_fastq_prefix \ /path/to/sample3_fastq_prefix
The command search for one (single-end) or two (paired-end) input FASTQ files by prefix.
Run rnasa --help
for more information.
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
rnasa-0.1.0.tar.gz
(8.9 kB
view hashes)
Built Distribution
rnasa-0.1.0-py3-none-any.whl
(10.7 kB
view hashes)