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

gentler warning #999

Merged
merged 1 commit into from
Sep 13, 2024
Merged
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
4 changes: 2 additions & 2 deletions src/utils/upload/fileUploadUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ const fileUploadUtils = {
inputInfo: [
['<code>scdata$samples</code>: sample assignment. If absent, treated as unisample.'],
['<code>scdata[[\'RNA\']]@counts</code>: raw feature counts.'],
['<code>scdata@reductions</code>: contains the embeddings for <code>pca</code>, as well as either <code>umap</code> or <code>tsne</code>.'],
['<strong>Important notes on dimensionality reductions:</strong> ensure the default dimensionality reduction in your Seurat object is named exactly <code>umap</code> or <code>tsne</code>. If the default reduction name includes <code>umap</code> or <code>tsne</code> (e.g., <code>ref.umap</code>), it will be automatically renamed. If the default reduction is different and does not contain these names, the upload will not be successful.'],
['<code>scdata@reductions</code>: includes a <code>pca</code> reduction.'],
['<code>DefaultDimReduc(scdata)</code>: includes either <code>umap</code> or <code>tsne</code> (e.g. <code>ref.umap</code> will work).'],
['\uD83D\uDCA1cluster metadata in <code>[email protected]</code> is auto-detected.'],
['\uD83D\uDCA1sample level metadata in <code>[email protected]</code> that groups samples in <code>scdata$samples</code> is auto-detected for downstream analysis.'],
['\uD83D\uDCA1if file size is over 15GB, try removing any assays not indicated above.'],
Expand Down
Loading