Code Monkey home page Code Monkey logo

gdc-rnaseq-tool's Introduction

gdc-rnaseq-tool

Tool to download / merge individual RNASeq files from the GDC Portal into a matrices identified by TCGA barcode.

Image

Description:

The gdc-rnaseq-tool performs the following:

  1. Downloads RNA-Seq / miRNA-Seq data files using a GDC manifest file
  2. Unzips the files into separate folders identified by experimental strategy and bioinformatics workflow
  3. Merges the files into separate matrix files identified in the table below

The script will ignore any files in the manifest file that are not Transcriptome Profiling files generated from the GDC RNA-Seq / miRNA-Seq bioinformatics pipelines located on the GDC Main Portal:

RNA-Seq / miRNA-Seq Files

RNA-Seq Bioinformatics Pipeline Documentation

miRNA-Seq Bioinformatics Pipeline Documentation

Inputs and Outputs:

I/O File
Input GDC Manifest File
Output Merged_Counts.tsv (HTSeq - Counts)
Merged_FPKM.tsv (HTSeq - FPKM)
Merged_FPKM-UQ.tsv (HTSeq - FPKM-UQ)
Merged_miRNA_Counts.tsv
Merged_miRNA_rpmm.tsv

Requirements:

Quick Start:

  1. Download gdc-rnaseq-tool.py python script
  2. Download manifest containing RNA/miRNA expression files from https://portal.gdc.cancer.gov/
  3. python3 gdc-rnaseq-tool.py <manifest_file>

Optional: Add --hugo to the command to include the HUGO gene symbol as a separate column.

python3 gdc-rnaseq-tool.py <manifest_file> --hugo


The GDC RNASeq tool produces matrices of merged RNA/MiRNA expression data given a manifest file.

Usage: python3 gdc-rnaseq-tool.py <manifest_file>

Notes:

  • A test manifest is provided for troubleshooting: python3 gdc-rnaseq-tool.py Test_Manifest.txt
  • Files are by default downloaded to the same folder as the manifest file that was provided

Release Notes:

Version 1.0: Feb 8, 2018

  • Initial release

Known Issues: N/A

gdc-rnaseq-tool's People

Contributors

cpreid2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.