-
-
Notifications
You must be signed in to change notification settings - Fork 349
Add mrna expression plots tab to patient page #5267
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
base: master
Are you sure you want to change the base?
Conversation
c22fc2a to
afb7e33
Compare
| fillOpacity: number | ((d: D) => number), | ||
| symbol: string | ((d: D) => string), | ||
| zIndexSortBy?: ((d: D) => any)[] // second argument to _.sortBy | ||
| zIndexSortBy?: ((d: D) => any)[], // second argument to _.sortBy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see if you can filter these out of before you call this function and deal with them at a higher level so as not to pollute this function
| : self.props.urlWrapper.query.plots_horz_selection) || | ||
| {}; | ||
| const param = urlSelection.selectedGeneOption; | ||
| const localSelection = vertical |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets discuss this requirment with jj. if this is really important, we should have some systematic way of persistenting default settings. not just one off like htis
| ); | ||
| } | ||
|
|
||
| @action.bound |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all this will hopefully be externalized
| this.horzGeneOptions | ||
| .isPending | ||
| } | ||
| defaultOptions={ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean this up with a helper function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets push back on this. if it needs to work this way, we need to refactor
| export interface IBaseScatterPlotData { | ||
| x: number; | ||
| y: number; | ||
| sampleId: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment as above. try to not to corrupt this component
f8906a3 to
90fe3a3
Compare
No description provided.