Changes between Version 3 and Version 4 of SOPs/diff_rnaSeq
- Timestamp:
- 10/31/25 15:57:28 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/diff_rnaSeq
v3 v4 37 37 * Outputs also includes image files: boxplot, MA plot, volcano plot 38 38 * Sample command: 39 * '' bsub"R --vanilla < get_DE_genes_with_edgeR.R edgeR_sample_input.txt 2 5 edgeR_sample_output.txt"''39 * ''sbatch --job-name=edgeR_analysis --wrap="R --vanilla < get_DE_genes_with_edgeR.R edgeR_sample_input.txt 2 5 edgeR_sample_output.txt"'' 40 40 * In running edgeR, the parameter //prior.n// should be chosen where the default value is 10. //prior.n// determines the amount of smoothing tagwise dispersion towards the common dispersion.\\ The suggested method for choosing //prior.n// is to ensure //prior.n * df// is approx 50 where degrees of freedom (df) = lib. size - number of groups. //prion.n// should generally be greater than 5. For more details see section 6.4 [[http://bioconductor.org/packages/2.7/bioc/vignettes/edgeR/inst/doc/edgeR.pdf|edgeR Manual]] 41 41
