Your first hour with CelliVerse.
This standalone hub brings the most useful adoption material into one interactive page.
Minimal reproducible route
For a new dataset, keep the first pass deliberately simple. Discover structure and markers, return the labels to the original object, then annotate with evidence.
clustoCell()Discover structure + markers
Run joint population discovery and obtain ranked marker evidence for the inferred structure.
addClustoData()Write labels to metadata
Add the major and/or sub-cluster labels back to your Seurat or SingleCellExperiment object.
typoClust() / typoPrompt()Annotate with evidence
Use curated MarkerDB or LLM-assisted annotation, or generate a portable prompt for a chatbot of your choice.
markoClust() and markoCell() are not part of the minimal route. Use them when you already have defined groups or when a specific subset of cells deserves deeper marker analysis.Choose the biological question first.
The core workflows are easier to remember as analytical intentions than as a flat function list.
Discover populations
clustoCell()Markers for known groups
markoClust()Markers for selected cells
markoCell()Curated annotation
typoClust(mode = "markerDB")LLM annotation
typoClust(..."ceLLMarkup") / ceLLMarkup()Portable annotation prompt
typoPrompt()addClustoData()write major/sub-cluster labels to metadatagetDatasetMarkers()select marker-derived features for PCA, UMAP or MLmarkerPurity()quantify purity of a candidate markerfeatureInspect()locate a feature across marker collectionsaddTypoData()write cell-type annotations back to metadataclustoCell_TransferLabel()transfer sketch labels to the full datasetCommon problems, fast fixes.
Search by symptom or filter by category. Open a card only when you need the explanation or code.
Agent in four steps
The Agent is optional and complementary to standard R scripts. Use it for conversational convenience while keeping formal analyses reproducible.
run clustoCell on the objectadd labels to the Seurat objectgenerate a UMAP of the object and color cells by sub-clustersgive me the top 10 ranked markers of C2 and C4annotate clusters C1-C3annotate sub-clusters C1-Sub1 and C3-Sub2