forked from hms-dbmi-cellenics/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-cell-level-to-differential-expression
- Loading branch information
Showing
4 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ updates: | |
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" | ||
|
||
labels: | ||
- "safe to run" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,8 @@ const fileUploadSpecifications = { | |
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 embbedings for <code>pca</code> as well as either <code>umap</code> or <code>tsne</code>.'], | ||
['<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.'], | ||
['\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.'], | ||
|