Skip to content

Commit

Permalink
no merged objects for over 100 samples
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed Apr 16, 2024
1 parent 2a1ed08 commit 2fa1f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/03.results.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Where possible, library-, cell- and gene-specific metadata found in the individu
The merged normalized counts matrix is then used to select high-variance genes in a library-aware manner before performing dimensionality reduction with both PCA and UMAP.
`merge.nf` outputs the merged and processed object as a `SingleCellExperiment` object.
The more samples that are included in a merged object, the larger the object, and the more difficult it is to work with that object in R or Python.
Therefore, we do not provide merged objects for projects with more than 50 samples.
Therefore, we do not provide merged objects for projects with more than 100 samples.

We also account for additional modalities in `merge.nf`.
If at least one library in a project contains ADT data, the raw and normalized ADT data are also merged and saved as an `altExp` in the merged `SingleCellExperiment` object.
Expand Down
2 changes: 1 addition & 1 deletion content/04.methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The top 50 principal components were selected and used to calculate UMAP embeddi

If any libraries included in the ScPCA project contain additional ADT data, the ADT data are also merged and stored in the `altExp` slot of the merged `SingleCellExperiment` object.
By contrast, if any libraries included in the ScPCA project are multiplexed and contain HTO data, no merged object is created.
Merged objects were not created for projects with more than 50 samples because of the computational resources that would be required for working with those objects.
Merged objects were not created for projects with more than 100 samples because of the computational resources that would be required for working with those objects.

### Converting SingleCellExperiment objects to AnnData objects

Expand Down

0 comments on commit 2fa1f66

Please sign in to comment.