Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Sprint:Spring 2
Description
Refer to ticket IGBF-3530.
Attachments
Issue Links
- relates to
-
IGBF-3530 Change the negative log value y-axis max
-
- Closed
-
Hi all,
I hope everyone had a wonderful holiday season!
Dr. Reid and I have finished working on the ceiling code for the volcano plots and wanted to send out an update. We made the y-axis max 20 on the volcano plots and any points that had a value higher than 20 were edited to hit the ceiling of the plot. The updated files are the following in the repo:
If interested, the line of code that made this possible was d$pvalue= ifelse(-log10(d$pvalue) < 20,d$pvalue,1e-20).
Let us know what you think and if you have any more requests! We were thinking of making the points at the ceiling a different color and/or shape and then making sure there was no overlapping issues for the points.
Thanks so much!
Sincerely, Molly