Skip to content

A pipeline of analyzing bulk RNAseq data

Notifications You must be signed in to change notification settings

ntumitolab/bulk_rnaseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulk RNAseq

Usage

Without Docker

  1. Make sure you have R and Python installed

  2. Navigate to this directory

  3. Install the requirements.r in the R folder

Rscript .R/requirements.r

troubleshooting: if you haven't add the path to Rscript to the environment path, you will need to do that first.

  1. If you want to generate DEG analysis output from raw count data, use this command:
Rscript ./R/findDEGs.R [--treat=<treat> --batch=<batch> --pval=<pval> --logfc=<logfc> --adjMethod=<adjMethod>] <input> <output> <metadata>

use Rscript ./R/findDEGs.R -h to get more information

  1. If you want to generate enrichment analysis / gsea output from DEG analysis, use this command:
Rscript ./R/enrichment_main.R (--enrich | --gsea) [--dePval=<dePval> --pval=<pval> --qval=<qval> --adjMethod=<adjMethod>] <input> <output>

use Rscript ./R/enrichment_main.R -h to get more information

About

A pipeline of analyzing bulk RNAseq data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages