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.
, }); }