biostars / biostar-handbook

Issue tracker for the Biostar Handbook
57 stars 12 forks source link

deseq2.r header comments still say edgeR #104

Closed njbowen closed 4 years ago

njbowen commented 4 years ago

!/usr/bin/env Rscript

#

The program creates differential expression results using the edgeR method.

#

Usage:

#

cat counts.txt | Rscript deseq2.r NxM

#

Produces a CSV file table with differentially expressed rows printed to the standard output

ialbert commented 4 years ago

thanks for the note, fixed, will be pushed out on the next code update.