Skip to main content

Gene Expression Analyzer for RNA-seq samples

Project description

rnasa

Gene Expression Analyzer for RNA-seq samples

wercker status Upload Python Package

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

  1. Download and process resource data.

    $ rnasa download --genome=GRCh38 --dest-dir=/path/to/ref
    
  2. 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)

Uploaded Source

Built Distribution

rnasa-0.1.0-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page