From b2c5f630380f75261abe24dd9ba9c5c579caa9de Mon Sep 17 00:00:00 2001 From: gaofei zhao Date: Mon, 10 Jun 2019 17:35:36 -0400 Subject: [PATCH] add tooltip for Co-occurrence Pattern in group comparison page (mutation and cna) --- .../enrichments/AlterationEnrichmentsContainer.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/resultsView/enrichments/AlterationEnrichmentsContainer.tsx b/src/pages/resultsView/enrichments/AlterationEnrichmentsContainer.tsx index a9946208098..2464dde930b 100644 --- a/src/pages/resultsView/enrichments/AlterationEnrichmentsContainer.tsx +++ b/src/pages/resultsView/enrichments/AlterationEnrichmentsContainer.tsx @@ -183,7 +183,18 @@ export default class AlterationEnrichmentContainer extends React.Component ; - }, + }, + tooltip: + + + + + + + + + +
Upper row: Samples colored according to group.
Lower row: Samples with {this.props.showCNAInTable ? 'the listed alteration' : 'a mutation'} in the listed gene are highlighted.
, }); }