Coder Social home page Coder Social logo

rna-seq's Introduction

IDEA

Unified pipeline for RNA-seq data procesing:

Warning

All scripts should be executed from RNA-seq (main directory).

  • e.g. $ Rscript ./R/ReadData.R

Pre-conditions

  • The raw data files are already downloaded from GDC.
  • The raw data is organized accorgding to the Data Structure section.
  • The raw data has been cuantified using htseq for hg38.pXX Human genome.
  • R required packages according to respective section.

Post-conditions

Data Structure

The data follows this directory structure

The data follows this directory structure
|--data
|     | - raw
|     |     |- metadata.txt
|     |     |-> manifest
|     |     |    |- experimentalcondition1.manifest
|     |     |    |- experimentalcondition1.manifest
|     |     |    ...
|     |     |    |- experimentalconditionN.manifest
|     |     |-> experimentalcondition1
|     |     |    |- ID_bla-bla.htseq.counts
|     |     |-> experimentalcondition2
|     |     |    |- ID_bla-bla.htseq.counts
|     |     |...
|     |     |-> experimentalconditionN
|     |          |- ID_bla-bla.htseq.counts
|     | - summarized_experiment                  
|           |- Out.RData
|--R
   |- ReadData.R
  • The md5.txt contains the md5 data for each file.
  • The metadata.txt file contains all metadata for each sample.
  • The Manifest folder contains the respective sample metadata in a tab separeted format.
  • The Experimental-Condition-X folder contains the respective htseq.counts data files. For example:
  Ensembl_ID.Version \t Raw_Counts
  ENSG000000003.13      25
  • The Summarized_Experiment folder contains the RData object.
  • The R directory contains the different R files.

R

requirements.R

  • Check if the required R and Bioconductor packages are installed
  • Install the R and Bioconductor missing packages

ReadData.R

  1. Read Experimental Data
  2. Read Biomart Data
  3. Merge count and annotations

Conventions

  • Variable and function names: camel case.
  • Column names: lower case and underscore notation.
  • Experimental condition names: lower case without underscore.
  • Folder names: lower case with underscore.
  • 80 characters per line.
  • Function definition: above.
  • Source code file name: lower case without underscore.

rna-seq's People

Contributors

andoneguielguera avatar erandiserrano avatar hachepunto avatar kachelo avatar laura-gomez avatar rodogi avatar

Watchers

 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.