Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Sprint:Fall 4 2023 Oct 16, Fall 5
Description
The goal is to add to the existing EB-SEQ table results (From IBGF-3454).
The table currently includes the EB-SEQ results along with the SolyID and gene description.
What we can add:
- The read expression counts data from Salmon.
- The deseq2 results, values, log fold changes, pvalues, etc.
- EdgeR data
This would produce an unwieldy table, 100's of columns long!
I am going to first touch base with Gloria about what would be the most useful.
Attachments
Issue Links
- is blocked by
-
IGBF-3489 Tweaking the EBSEQ to merge results into a master table
-
- Closed
-
Did not get to chat with Gloria in Wake Forest. She was juggling 50 things!
What might look cool in this table would be the MvW results that Ann produced comparing are versus VF36 and recently shared with Gloria's lab.
Table I refer to is in bitbucket here:
https://bitbucket.org/hotpollen/flavonoid-rnaseq/src/main/72_F3H_PollenTube/results/MvW-SL4.txt
We have the following comparisons:
awk '
{ print $2 "\t" $3 }' MvW-SL4.txt | sort | uniq
Each of these sets could be added as columns to the EBSEQ table. I am thinking of adding just the LOGFOLD change result for each set.
Or maybe the P-value also. This would be 9 expts X 2 results for 18 more columns!
Still manageable I think.
Sounds like a Python script!