diff --git a/src/utils/upload/fileUploadUtils.js b/src/utils/upload/fileUploadUtils.js
index d8cb8010b..9f92c1279 100644
--- a/src/utils/upload/fileUploadUtils.js
+++ b/src/utils/upload/fileUploadUtils.js
@@ -116,8 +116,8 @@ const fileUploadUtils = {
inputInfo: [
['scdata$samples
: sample assignment. If absent, treated as unisample.'],
['scdata[[\'RNA\']]@counts
: raw feature counts.'],
- ['scdata@reductions
: contains the embeddings for pca
, as well as either umap
or tsne
.'],
- ['Important notes on dimensionality reductions: ensure the default dimensionality reduction in your Seurat object is named exactly umap
or tsne
. If the default reduction name includes umap
or tsne
(e.g., ref.umap
), it will be automatically renamed. If the default reduction is different and does not contain these names, the upload will not be successful.'],
+ ['scdata@reductions
: includes a pca
reduction.'],
+ ['DefaultDimReduc(scdata)
: includes either umap
or tsne
(e.g. ref.umap
will work).'],
['\uD83D\uDCA1cluster metadata in scdata@meta.data
is auto-detected.'],
['\uD83D\uDCA1sample level metadata in scdata@meta.data
that groups samples in scdata$samples
is auto-detected for downstream analysis.'],
['\uD83D\uDCA1if file size is over 15GB, try removing any assays not indicated above.'],