Skip to content

Commit

Permalink
make ternary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Mar 18, 2024
1 parent 5a045c8 commit 4b74d5e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/ExpressionTables/ExpressionXCellType.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,15 @@ class ExpressionXCellType extends Component {
<sup>4</sup>transitional: Represented by an intermediate state showing markers of cells sharing the same parental lineage. &nbsp;
</small>
<p></p>
{this.props.dataType === "sn" ?
<small>
For more information about the cell type, cluster, and state definitions, see the following publication: <a target="_blank" rel="noreferrer" href="https://www.nature.com/articles/s41586-023-05769-3.epdf?sharing_token=Spx_P4nt7zZHsLLSY9e2LdRgN0jAjWel9jnR3ZoTv0PaidibcPeEnF5pxLAlUc7O8m3PseMIO5fUB7cMtt6dAwpWcad3ICgRlIsFG_WdWn03mDwEfbTTRq8tbSRPDY7FzUyENuviMut8j_yKE4G2p5vr5jurqEEqKwNi2XosEBg%3D">Nature 619, 585–594 (2023)</a>
and <a target="_blank" rel='noreferrer' href="https://github.com/KPMP/Cell-State-Atlas-2022/">github pipelines</a>
</small>
For more information about the cell type, cluster, and state definitions, see the following publication: <a target="_blank" rel="noreferrer" href="https://rdcu.be/dx5m9">Nature 619, 585–594 (2023)</a>
and <a target="_blank" rel='noreferrer' href="https://github.com/KPMP/Cell-State-Atlas-2022/">github pipelines</a>
</small> :
<small>
For more information about the cell type, cluster, and state definitions, see the following publication: <a target="_blank" rel="noreferrer" href="https://rdcu.be/dx5m9">Nature 619, 585–594 (2023)</a>
</small>
}
</Col>
</Row>
</React.Fragment>
Expand Down

0 comments on commit 4b74d5e

Please sign in to comment.