feat(analytics): SJIP-954 add analytics page, scatterplot, swarm plot #527
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FIX
Description
954
Must Have:
Title
Mouseover tooltip display for the gene, ensembl id, fold change, q-value
Plot headers
Legend
Set the FDR Threshold to the default (q ≤ 0.1). We will not adjust the FDR Threshold based on the facet above the graph since the facets themselves are not must haves for the webinar. Therefore the legend should be as follows:
Down-regulated (q ≤ 0.1)
where the log2(fold change) < 0
Not significant
This means that the dots are q > 0.1
Up-regulated (q ≤ 0.1)
where the log2(fold change)> 0
Actions on plot: zoom in, zoom out, reset (with display of zoom level)
only one gene can be selected at a time until we resolve the layers component with the canvaScatterplot
955
Must Have:
Title
Mouseover tooltip display for the sample ID, FPKM value (the sample ID will not have a hyperlink to redirect to the data exploration page – limitation with nivo that we are exploring to resolve)
Swarmplot with values and axes
Boxplot with the min,Q1,median,Q3,Max
Actions on plot, zoom in, zoom out
Legend for control and Trisomy 21 including the count for each
Screenshot