Skip to content

ishworthapa/DDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DDR

Requirements:

R (packages: edgeR) Python (packages: pandas)

Running the tool for finding differentially expressed genes

Rscript DDR_Ref.R

If you have another python version that has pandas:

Rscript DDR_Ref.R PYTHON_PATH

Output files

  • final_out.csv: Normalized count data
  • ref_cpm_BRCA.csv: Expression of reference genes
  • overlap_test_fdr_1_BRCA_DEC.csv: Differentially expressed genes with fdr < 0.1
  • overlap_test_fdr_05_BRCA.csv: Differentially expressed genes with fdr < 0.05

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.8%
  • R 27.2%