Skip to content

Commit

Permalink
Merge pull request #473 from KPMP/KPMP-5071_ChangeTableHeading
Browse files Browse the repository at this point in the history
KPMP-5071: Change the label on the regional proteomics viz table
Nathan gives this a pass...Zach was out
  • Loading branch information
rlreamy authored Jan 24, 2024
2 parents 42337d7 + aaece5c commit 5b710e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExpressionTables/RegionalProteomicsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class RegionalProteomicsTable extends Component {
headerComponentFramework={CustomHeader}
field='foldChange' sort='desc' valueFormatter={this.numberFormatter}
width={175}></AgGridColumn>
<AgGridColumn headerName='P VALUE'
<AgGridColumn headerName='ADJ P VALUE'
tooltipComponent="customTooltip"
tooltipComponentParams={{tooltipText:'P value was calculated using a Wilcoxon rank sum test between the expression of the gene in the segment of interest and its expression in all other segments.'}}
headerTooltip='pVal'
Expand Down

0 comments on commit 5b710e2

Please sign in to comment.