You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have three 10x Multiome datasets that I would like to do an integrated analysis on but am getting various errors with FindIntegrationAnchors(), such as "The default assay is slated to be removed, please change the default assay". Looking through past posts such as signac posts 143, 181, 182, I've tried various corrections but have failed to resolve this.
First, I followed the "vignettes/weighted_nearest_neighbor_analysis.Rmd" to produce 3 WNN 10x Multiome Seurat objects and saved them to .rds files. Then I adapted the "vignettes/integrate_atac.Rmd" workflow in this way:
Computing within dataset neighborhoods
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=01m 29s
Finding all pairwise anchors
| | 0 % ~calculating Error in DietSeurat(object = object.list[[i]], assays = assay[i], features = anchor.features, :
The default assay is slated to be removed, please change the default assay
In addition: Warning message:
In CheckDuplicateCellNames(object.list = object.list) :
Some cell names are duplicated across objects provided. Renaming to enforce unique cell names.
These are the contents of pbmc.W1 (pbmc.W2 and pbmc.W3 are similar) and pbmc.combined:
> pbmc.W1
An object of class Seurat
374544 features across 6791 samples within 4 assays
Active assay: RNA (36601 features, 0 variable features)
3 other assays present: ATAC, peaks, SCT
2 dimensional reductions calculated: pca, lsi
> pbmc.combined
An object of class Seurat
413308 features across 31687 samples within 4 assays
Active assay: RNA (36601 features, 0 variable features)
3 other assays present: ATAC, peaks, SCT
2 dimensional reductions calculated: lsi, umap
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have three 10x Multiome datasets that I would like to do an integrated analysis on but am getting various errors with FindIntegrationAnchors(), such as "The default assay is slated to be removed, please change the default assay". Looking through past posts such as signac posts 143, 181, 182, I've tried various corrections but have failed to resolve this.
First, I followed the "vignettes/weighted_nearest_neighbor_analysis.Rmd" to produce 3 WNN 10x Multiome Seurat objects and saved them to .rds files. Then I adapted the "vignettes/integrate_atac.Rmd" workflow in this way:
At this point, I get this error message:
These are the contents of pbmc.W1 (pbmc.W2 and pbmc.W3 are similar) and pbmc.combined:
My session info:
If I change the DefaultAssay, I get a different error message:
Looking at previous posts, I've even tried to reformat chrXXX:XXX-XXX to no avail:
Any pointers would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions