Git Product home page Git Product logo

tcga-rna-seq's Introduction

TCGA-RNA-seq

TCGA Colorectal Cancer RNA seq Data Analysis Pipeline

software requirement:

R version 4.2.0 The pipeline currently will run three different analyses based on several different R packages

Packages:

TCGAbiolinks, EDAseq, Limma, EdgeR, BiomaRt, ClusterProfiler, org.Hs.eg.db, CMScaller

Description:

Firstly, STAR Counts are retrieved by R-package TCGAbiolinks through the GDC Portal in May 2022. Then, FPKM-UQ (upper quantile) data are preprocessed (Normalization and Filtering) by Limma and EdgeR for further analysis. The normalized result should be checked by plotting Boxplot or Voom. Additionally, Corresponding Clinical data was also retrieved by TCGAbiolinks. Differential expression analysis can be done to get DEG (differential expressed genes).

Normalized RNAseq data have Genecode IDs ( Ensembl gene id version) as their row names, so for further analysis gene ids should convert to Ensembl ID or gene symbol (gene name). Here, BiomaRt were used to convert them to Ensembl IDs and HGNC symbols. It is important to note that some gene IDs do not have an Ensembl ID because of different gene mapping or they could be noble transcripts, also some Ensembl ids do not have HGNC symbol and name because some of them are pseudogenes or non-protein coding, so in this case, they are removed. Then, Ensembl IDs were converted to Entrez IDs by ClusterProfiler and org.Hs.eg.db, which is needed as an input for CMSclassifier.

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.