Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 2.3 KB

index.md

File metadata and controls

75 lines (55 loc) · 2.3 KB
layout title hero
home
CellAgent
name text actions
CellAgent
An LLM-driven agent for single-cell data analysis, ensuring high-quality results with minimal effort.
theme text link
brand
Try on CellAgent 👉
theme text link
alt
View CellAgent research >
<script setup> import { watch, ref, onMounted } from 'vue'; import { useData } from 'vitepress' import { useTheme } from 'vuetify' const { isDark } = useData(); const theme = useTheme() watch(isDark, value => { theme.global.name.value = value ? 'dark' : 'light' }, { immediate: true }) const tab = ref('0') const isCN = ref(null) onMounted(async function setDark() { isDark.value = true; }) onMounted(async function assertInCN() { const img = new Image(); img.src = "https://www.youtube.com/favicon.ico"; return new Promise((resolve) => { img.onload = () => isCN.value = false; img.onerror = () => isCN.value = true; }) }) </script>

CellAgent can streamline your single-cell data analysis workflow, allowing you to obtain high-quality results without the need for complex coding. Whether you are a domain expert or a novice, our online platform enables effortless data analysing and interpretation. With CellAgent, you can:

  • Automate Analysis: From data preprocessing to conclusions, CellAgent automates the entire analysis process, significantly reducing manual intervention and allowing you to focus more on scientific discoveries.
  • Interactively Query: Through continuous dialogue, you can submit new requests seamlessly. CellAgent will strive to meet your needs and provide real-time analysis and response.
  • Obtain Reliable Conclusions: CellAgent employs a unique self-iterative optimization mechanism that ensures the reliability and high quality of results throughout the processing.