From 8c9f9c0849488b07fe1728d99aa020601d67d5aa Mon Sep 17 00:00:00 2001 From: Becky Reamy Date: Mon, 4 Mar 2024 14:57:57 -0500 Subject: [PATCH 1/3] KPMP-5136: Add note for regional transcriptomics results --- src/components/ExpressionTables/DiffexByCluster.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ExpressionTables/DiffexByCluster.js b/src/components/ExpressionTables/DiffexByCluster.js index 12a9b6a2..baf80a92 100644 --- a/src/components/ExpressionTables/DiffexByCluster.js +++ b/src/components/ExpressionTables/DiffexByCluster.js @@ -177,6 +177,7 @@ class DiffexByCluster extends Component { : + { this.props.dataType === 'rt' ?
NOTE: Results limited to the first 1000 based on highest fold change.
: "" } Date: Mon, 4 Mar 2024 15:02:56 -0500 Subject: [PATCH 2/3] KPMP-5136: Deciding where to put note --- src/components/ExpressionTables/DiffexByCluster.js | 1 - src/components/ExpressionTables/DiffexInfoBar.js | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/ExpressionTables/DiffexByCluster.js b/src/components/ExpressionTables/DiffexByCluster.js index baf80a92..12a9b6a2 100644 --- a/src/components/ExpressionTables/DiffexByCluster.js +++ b/src/components/ExpressionTables/DiffexByCluster.js @@ -177,7 +177,6 @@ class DiffexByCluster extends Component { : - { this.props.dataType === 'rt' ?
NOTE: Results limited to the first 1000 based on highest fold change.
: "" } + + + { this.props.dataType === 'rt' ?
NOTE: Results limited to the first 1000 based on highest fold change.
: "" } + +
); From 869c51bb02ea44b0c819c3e5e813064615e1bedd Mon Sep 17 00:00:00 2001 From: Becky Reamy Date: Mon, 4 Mar 2024 15:06:30 -0500 Subject: [PATCH 3/3] KPMP-5136: Deciding where to put note --- src/components/ExpressionTables/DiffexByCluster.js | 8 ++++++++ src/components/ExpressionTables/DiffexInfoBar.js | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/ExpressionTables/DiffexByCluster.js b/src/components/ExpressionTables/DiffexByCluster.js index 12a9b6a2..ef11bb04 100644 --- a/src/components/ExpressionTables/DiffexByCluster.js +++ b/src/components/ExpressionTables/DiffexByCluster.js @@ -218,6 +218,14 @@ class DiffexByCluster extends Component {
} + { this.props.dataType === 'rt' ? + + + NOTE: Results limited to the first 1000 based on highest fold change. + + : + "" + } diff --git a/src/components/ExpressionTables/DiffexInfoBar.js b/src/components/ExpressionTables/DiffexInfoBar.js index 365be8d9..2c7d5632 100644 --- a/src/components/ExpressionTables/DiffexInfoBar.js +++ b/src/components/ExpressionTables/DiffexInfoBar.js @@ -69,11 +69,6 @@ class DiffexInfoBar extends Component { * Gene in selected cell type/region vs. all other cell types/regions - - - { this.props.dataType === 'rt' ?
NOTE: Results limited to the first 1000 based on highest fold change.
: "" } - -
);