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
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Epic Link | IGBF-3446 [ 22548 ] |
| Rank | Ranked higher |
| Assignee | Molly Davis [ molly ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Robert Reid [ robertreid ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Assignee | Robert Reid [ robertreid ] | Molly Davis [ molly ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Assignee | Molly Davis [ molly ] | Robert Reid [ robertreid ] |
| Assignee | Robert Reid [ robertreid ] | Molly Davis [ molly ] |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Resolution | Done [ 10000 ] | |
| Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
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