Gradient Biotech
U

Menu

Analyze

Analyze runs computational workflows. Tasks are grouped by research intent rather than by software package name.

Overview

Shows task readiness (which steps have completed runs), recommended next actions, and links to stale outputs.

Find Structure

StepPurpose
QCFilter cells by counts, genes, and mitochondrial percentage
NormalizationLog-normalize, scale, select highly variable genes
ClusteringNeighbors graph, Leiden clustering, UMAP
Spatial domainsCluster spatial spots into tissue domains (spatial datasets only)

Steps must generally run in order; each saves a checkpoint .h5ad for the next step.

Compare Groups

StepPurpose
Differential expressionWilcoxon rank-sum on contrasts or cluster markers
Pathway enrichmentOver-representation analysis (ORA) on DE gene lists

For contrast-based DE, save contrasts on the Data page first. Cluster marker mode compares each cluster to all others.

Build Predictors

StepPurpose
Biomarker discoveryFeature selection (mRMR or random forest), optional WGCNA, classifier CV

Requires a class label column in obs (default condition) with at least two classes.

Integrate / Scale

Placeholder for future batch integration, reference mapping, and million-cell sketch workflows. Not yet available.

Result pages

Completed steps link to dedicated result views:

  • DE Results — volcano plot and sortable gene table
  • Biomarker Results — ranked genes and classifier metrics
  • Enrichment opens from Interpret or Analyze links

Errors and reruns

Failed runs show the error message on Analyze and in expandable rows on Runs. Fix parameters or input data, then re-run. Re-running QC or normalization invalidates downstream checkpoints.