Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labeled Volcano Plot from DE #15

Open
16 of 17 tasks
JasonWReeves opened this issue Oct 17, 2020 · 5 comments
Open
16 of 17 tasks

Labeled Volcano Plot from DE #15

JasonWReeves opened this issue Oct 17, 2020 · 5 comments

Comments

@JasonWReeves
Copy link
Contributor

JasonWReeves commented Oct 17, 2020

Inputs

  • Left / Right labels
  • Gene List to Show or max # of genes to label by Significance/FC
  • FDR / P-value Threshold & FC Threshold
  • Color Options
  • Font size & family
  • Plot Size (height / width)

Requirements

  • User uploads a results table from a statistical test as a CSV
  • Show enrichment direction
  • Color by enrichment direction
  • Prefer actual P-value on y-axis (0.1, 0.01, 0.001, 1e-4, etc)
  • Point size is static
  • Show lines for FC & P-value/FDR thresholds
  • Label Axes for FC directionality
  • Label points with gene list or # of genes provided by user above
  • Dotted line for FDR cutoff with option to not show this line

Stretch

  • Vignette with instructions on how to choose the FDR --> biostats
  • Add names or coloring by tags

image

@JasonWReeves
Copy link
Contributor Author

JasonWReeves commented Oct 19, 2020

Anticipated steps for data processing:

  1. Load data from de_table.csv/xlsx
  2. Bin data & identify genes to label
  3. Graph data
  4. Save graph

@NicoleEO
Copy link
Contributor

NicoleEO commented Nov 12, 2020

Notes from Maddy: I couldn't figure out how to put the pvalue on the y axis if you want to add that but it was a nice to have rather than required.
the label size isn't a user option but it does change based on number of labels. so I guess pay attention to those and see if they are too small or too big.
the VOLCANO PLOT file from DSPDA must be changed to a \t delimited file and the header can be removed though it doesn't need to be.

@NicoleEO
Copy link
Contributor

NicoleEO commented Dec 1, 2020

@dnadave is there someone in biostats who would like to add to @maddygriz vignette about how to choose your FDR cutoff? This is a stretch goal, but I believe CX thought it would help the customers.

@dnadave
Copy link

dnadave commented Dec 1, 2020 via email

@NicoleEO
Copy link
Contributor

NicoleEO commented Dec 1, 2020

@yangleicq can you add a blurb in the vignette instructing customers on how to go about picking your FDR. Here's the link to the vignette: https://github.com/Nanostring-Biostats/DSPPlugins/tree/volcano-plugin/DSPPlugVolcanoPlot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants