From ff606d1bfcbbe310721848905726e040f66320a2 Mon Sep 17 00:00:00 2001 From: Zach Wright Date: Mon, 11 Dec 2023 12:31:52 -0500 Subject: [PATCH] table field --- src/components/ExpressionTables/RegionalProteomicsTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ExpressionTables/RegionalProteomicsTable.js b/src/components/ExpressionTables/RegionalProteomicsTable.js index dcb06f55..df4065b4 100644 --- a/src/components/ExpressionTables/RegionalProteomicsTable.js +++ b/src/components/ExpressionTables/RegionalProteomicsTable.js @@ -88,7 +88,7 @@ class RegionalProteomicsTable extends Component { 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' headerComponentFramework={CustomHeader} - field='adjPVal' valueFormatter={this.numberFormatter} + field='pValLog10' valueFormatter={this.numberFormatter} width={175}>