Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Sprint:Fall 5, Fall 6
Description
Markdown: FindMutantVsWildtypeDEGenes-DESeq2.Rmd
Code issue: v = rs$padj<=Q & rs$log2FoldChange>=lfcThreshold
The issue with this code is that it only includes the greater than or equal to log2foldchange of just 1 and we want to include -1 as well. To fix this use the abs() function. The comps values (# of genes) should be higher after this is fixed.
Thanks [~RobertReid]
Moving to Done!