Skip to content

Commit

Permalink
Merge pull request #502 from KPMP/KPMP-5216_add-github-link
Browse files Browse the repository at this point in the history
KPMP-5216_add-github-link
  • Loading branch information
HaneenT authored Mar 18, 2024
2 parents d990a8f + 4b74d5e commit a94fbdb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/ExpressionTables/ExpressionXCellType.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +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://rdcu.be/dx5m9">Nature 619, 585–594 (2023)</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 a94fbdb

Please sign in to comment.