Closed adkinsrs closed 8 months ago
Couple notes while they are on my mind
get_condition_list.cgi
scanpy.tl.rank_genes_groups
function, we could not have a union of conditions for the X or Y condition (only when statistical tests were disabled). Fortunately I figured out how to make that work with "rank_genes_groups", so it will make figuring out conditions more straightforward for end-userscommon.v2.js
code is committed and deployed on gear-devel
Comments for compare tool. Feel free to take into consideration/ignore any comments you don't think are useful or able to be implemented, just my two cents from a pass at using the tool:
SAdkins edit (from Slack)
"Might just be a devel thing but hitting clear selection for the genes seems like it takes a while to run"
"On view and save genes you can only select weighted gene cart even if you have genes selected"
Unweighted cart is actually clickable, despite the label be erronouesly set as "disabled".
"Any way to keep custom axis titles if you click back to 'edit plot'?"
Will have research this. All the plot metadata is stored in the HTML as a data object, so existing labels should be retrievable, and reloadable.
"What 'viewing' is occuring with the view and save genes button? Should this just be 'Save genes to cart'?"
You can view genes when selecting from the plot. I should be more clear with this. Believe I had a tooltip in the multigene curator, but neglected it here.
"The cards for x and y axis group look more like the ones under gene selected (which are clickable), should the format of the values under group be similar to those under sig. test and data filters to make it more clear that these cannot be chanced on this page?"
I see your point. I was modeling this after the College Park mockup, which did not taken into account a "selected genes" section. Easy enough to change (maybe I'll gray out the background).
"Can the spinning icon when loading a dataset (the icon under selection conditions to compare) be darker? Its easy to miss"
I address just about all of these. Couple of remaining issues
Currently making headway on this. Just thought I'd make a ticket.