Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moha-cm/rnaseq-analysis
Bulk Rna-seq Analysis
https://github.com/moha-cm/rnaseq-analysis
bash-script bwa deseq2-analysis fastqc featurescount gdc-portal gene-expression getx r r-markdown rna-seq-analysis tcga trimmomatic
Last synced: 7 days ago
JSON representation
Bulk Rna-seq Analysis
- Host: GitHub
- URL: https://github.com/moha-cm/rnaseq-analysis
- Owner: Moha-cm
- Created: 2023-05-24T15:35:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T17:48:23.000Z (10 months ago)
- Last Synced: 2024-01-09T06:51:53.702Z (10 months ago)
- Topics: bash-script, bwa, deseq2-analysis, fastqc, featurescount, gdc-portal, gene-expression, getx, r, r-markdown, rna-seq-analysis, tcga, trimmomatic
- Language: HTML
- Homepage: https://moha-cm.github.io/RNAseq-Analysis/
- Size: 4.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### **Bulk_RNA_Seq**
# Bulk RNA-seq Data Analysis
In this tutorial, we will guide you through the process of bulk RNA-seq data analysis (transcriptomic data analysis) using pair end samples from the NCBI GEO dataset. We will utilize the Ensembl database (GRCh38.p14) for the reference genome and reference annotation files (GFF, GTF).
For this Tutorial we have using this in the Anaconda Environment in linux
# Set up the Anaconda Environment
1. Download [Anaconda](https://www.anaconda.com/download#downloads) from the website based on your system version
2. Installation
```
bash anaconda.sh
```
3. Then Create a new environment:
```
conda create -n Rnaseq_analysis
```4. Activate the created environment
```
conda activate Rnaseq_analysis
```
## PrerequisitesMake sure you have the following tools installed in the working conda environment(**Rnaseq_analysis**) :
```
conda install -c bioconda fastqc
conda install -c bioconda trimmomatic
conda install -c bioconda bwa
conda install -c bioconda subread
```# **RNAseq Processing Pipeline**
## **Step1**
![image](https://github.com/Moha-cm/RNAseq-Analysis/assets/118077473/68a9da7f-4457-49d7-b976-515dd947197b)
## **Step2**
![image](https://github.com/Moha-cm/RNAseq-Analysis/assets/118077473/dfd24d5d-3a5b-4522-af71-ecdda76a5f14)