From 5a045c8a614fc683a4177392ce9378caef7e8db2 Mon Sep 17 00:00:00 2001 From: Nathan Creger Date: Mon, 18 Mar 2024 12:12:03 -0400 Subject: [PATCH 1/2] add github link and new nature link --- src/components/ExpressionTables/ExpressionXCellType.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ExpressionTables/ExpressionXCellType.js b/src/components/ExpressionTables/ExpressionXCellType.js index b862877c..1157187e 100644 --- a/src/components/ExpressionTables/ExpressionXCellType.js +++ b/src/components/ExpressionTables/ExpressionXCellType.js @@ -227,7 +227,8 @@ class ExpressionXCellType extends Component {

- For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) + For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) + and github pipelines From 4b74d5eff49d9241beaf2c67e868ef508b480f72 Mon Sep 17 00:00:00 2001 From: Nathan Creger Date: Mon, 18 Mar 2024 12:24:38 -0400 Subject: [PATCH 2/2] make ternary condition --- .../ExpressionTables/ExpressionXCellType.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/ExpressionTables/ExpressionXCellType.js b/src/components/ExpressionTables/ExpressionXCellType.js index 1157187e..70b7e738 100644 --- a/src/components/ExpressionTables/ExpressionXCellType.js +++ b/src/components/ExpressionTables/ExpressionXCellType.js @@ -226,10 +226,15 @@ class ExpressionXCellType extends Component { 4transitional: Represented by an intermediate state showing markers of cells sharing the same parental lineage.  

+ {this.props.dataType === "sn" ? - For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) - and github pipelines - + For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) + and github pipelines + : + + For more information about the cell type, cluster, and state definitions, see the following publication: Nature 619, 585–594 (2023) + + }