cBioPortal / cbioportal

cBioPortal for Cancer Genomics
https://cbioportal.org
GNU Affero General Public License v3.0
655 stars 515 forks source link

Too much going on in the mutation table w/i study view #7183

Closed ecerami closed 4 years ago

ecerami commented 4 years ago

I noticed this while fixing #6752.

When you mouse over a MutSig or GISTIC icon, three things actually happen all at the same time:

  1. A check box appears, which shifts what you are pointing at.
  2. A tooltip for OncoKB appears.
  3. A tooltip for MutSig or GISTIC appears.

Example URL: https://www.cbioportal.org/study/summary?id=ucec_tcga_pub

Example screencast:

screencast

Here is a possible solution:

  1. The checkbox is always shown by default, preferably to the left of the gene, so that they are lined up.
  2. We add [T] or [O] icons if the gene is a tumor supressor or oncogene, as determined by OncoKB. When you roll over these, you get the OncoKB tooltip.

If we did the above, then there would only be one action at a time, instead of three.

Tagging @zhx828 @tmazor @jjgao for thoughts.

jjgao commented 4 years ago
  1. The checkbox is always shown by default, preferably to the left of the gene, so that they are lined up.

It may be confusing to alway have two check boxes in each row. Maybe we can move to the left of the gene but only show them when hovering over or selected. We can try to leave some space to align the genes.

  1. We add [T] or [O] icons if the gene is a tumor supressor or oncogene, as determined by OncoKB. When you roll over these, you get the OncoKB tooltip.

👍

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.