Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:Spring 4
Description
GOAL: To take an existing Deseq2 script and add the ability to run ComplexUpsetR within the script.
2 strategies:
- Run Brandon's python script to prep the table and then run upsetR.
- Use Tidyverse features to manipulate the Deseq results to prep for UpsetR
Fixed script to include upsetR at the end. Also wrote accompanying python script for generating the input and integrated it into overall script.