sivarajankumar / cbio-cancer-genomics-portal

Automatically exported from code.google.com/p/cbio-cancer-genomics-portal
0 stars 0 forks source link

Add back genomic profiles subgroup checkbox #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add back genomic profiles subgroup checkbox.

This should be identical to what we had before.

For example, if a user selects a radio button for an individual mRNA profile, 
the checkbox next to mRNA Expression data should be auto-selected.  If a user 
then un-selects this checkbox, all radio buttons should be cleared.

Note that this could should now be generic enough to handle the case of copy 
number and mutation groups as well.

This code should go in:  js/dynamicQuery.js .

Original issue reported on code.google.com by cer...@gmail.com on 26 Jul 2011 at 1:43

GoogleCodeExporter commented 8 years ago

Original comment by caitJby...@gmail.com on 28 Jul 2011 at 8:07

GoogleCodeExporter commented 8 years ago
Note: The original code assigned the name 'genetic_profile_ids' to all genomic 
profile subgroups (radio buttons), regardless of the target alteration type. To 
group them properly I changed the name to targetAlterationType + "_subgroup" 
(e.g., mRNA_EXPRESSION_subgroup). 

Not sure if this will affect any other code...

Original comment by caitJby...@gmail.com on 1 Aug 2011 at 6:54