Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CelloType tool #702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions components/tool/CelloType.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import React from 'react';

const CelloType: React.FunctionComponent = () => {
return (
<div>
<h3>CelloType</h3>
<p>
<a href="https://github.com/tanlabcode/CelloType">CelloType</a>{' '}
is an end-to-end Transformer-based method for automated
cell/nucleus segmentation and cell type classification. This
implementation is published at:{' '}
<a href="https://www.biorxiv.org/content/10.1101/2024.09.15.613139v1.full">
https://www.biorxiv.org/content/10.1101/2024.09.15.613139v1.full
</a>
</p>
<p>
<a href="https://github.com/tanlabcode/CelloType">
<img
loading="lazy"
src="https://github.com/tanlabcode/CelloType/blob/main/figures/codex_example.png?raw=true"
alt=""
width="800"
/>
</a>
</p>
</div>
);
};

export default CelloType;
2 changes: 2 additions & 0 deletions components/tool/toolDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import CBioPortal from './cBioPortal';
import Minerva from './Minerva';
import Mcmicro from './Mcmicro';
import GoogleBigQuery from './GoogleBigQuery';
import CelloType from './CelloType';
import CellxGene from './CellxGene';
import CytoCommunity from './CytoCommunity';
import UCSCXena from './UCSCXena';
Expand All @@ -14,4 +15,5 @@ export const ToolDetails: { [toolID: string]: JSX.Element } = {
HTAX_T1: <CellxGene />,
HTAX_T2: <UCSCXena />,
HTA4_T0: <CytoCommunity />,
HTA4_T1: <CelloType />,
};
20 changes: 20 additions & 0 deletions data/tools_custom.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,5 +1278,25 @@
"Tool Input Data": "",
"Tool Output Data": "",
"Tool Assay": "H&E whole slide images"
},
{
"": "",
"Atlas Name": "HTAN CHOP",
"Grant ID": "",
"Tool ID": "HTA4_T1",
"Parent ID": "",
"Tool Publication": "https://pubmed.ncbi.nlm.nih.gov/39345491/",
"Perspective": "",
"Tool Name": "CelloType",
"Tool Alias": "",
"Tool Type": "Suite",
"Tool Language": "Python",
"Tool Homepage": "https://github.com/tanlabcode/CelloType",
"Tool Description": "CelloType is an end-to-end Transformer-based method for automated cell/nucleus segmentation and cell type classification",
"Tool Topic": "analysis, annotation",
"Tool Operation": "",
"Tool Input Data": "Imaging",
"Tool Output Data": "Annotations",
"Tool Assay": "Imaging"
}
]