Giter VIP home page Giter VIP logo

bdo_rnaseq's Introduction

BDO_rnaseq

RNA sequencing data processing and analysis of bile-derived organoids

Processing on Yale HPC cluster

The FASTQ files were aligned to hg38 human reference genome with GENCODE v26 annotations by STAR using the pipeline described at https://github.com/leklab/RNAseq - gencode.v26.GRCh38.annotation.gtf is the GTF from GENCODE downloaded from https://www.gencodegenes.org/human/release_26.html. The following additional processing step is required for Goseq:

sed 's/\(ENSG[0-9]*\)\.[0-9]*/\1/g' gencode.v26.GRCh38.ERCC.genes.gtf > gencode.v26.GRCh38.ERCC.genes.fix.gtf

RSEM was used to quantify gene expression levels from the STAR-aligned bam files (rsem.sh). The rsem.genes.results output files were used for downstream analyses. The following additional processing step is required for Goseq:

  ls -1 *results | while read line
  do
  	cat $line | sed 's/\(ENSG[0-9]*\)\.[0-9]*/\1/g' > $line.fix
  done

Downstream analysis in R (using v3.6.1)

DESeq2 was used to identify differentially expressed genes, defined as those with an adjusted p-value of <0.05. Lowly expressed genes with Transcripts Per Kilobase Million (TPM) <5 in all samples, as well as those with a total count <10 across all samples, were filtered prior to the differential gene expression analysis (BDO_deseq.R).

Goseq was used for gene ontology analysis to identify pathways enriched in, or depleted of, significant changes in gene expression (BDO_goenrichment.R).

Requirements

Using HPC: STAR Picard SAMtools Python RSEM

In R: DESeq2 GoSeq org.Hs.eg.db tximport tidyverse ggplot2 pheatmap EnhancedVolcano rtracklayer

DESeq2, tximport, EnhancedVolcano, and rtracklayer were installed through the bioconductor package manager.

bdo_rnaseq's People

Contributors

niclak avatar

Watchers

James Cloos 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.