Entering edit mode
15 months ago
Chris
▴
340
Hi all,
Could we use the same pipeline to analyze single cell RNA seq for single cell nuclei RNA seq? I got this error but could not find the reason on the Internet:
DefaultAssay(merged_seurat) <- "integrated"
Error in `DefaultAssay<-.Seurat`(`*tmp*`, value = "integrated") :
Cannot find assay integrated
Would you please have a suggestion? Thank you so much!
Please check the available assays in your
merged_seurat
. There is nointegrated
assay present that's whySeurat
is giving you an error message. You can check available assays in aSeurat object
as follows-Yes, you can basically use the same pipeline to analyze single cell nuclei RNAseq data. However, you should be cautions in removing ambient RNA contamination processes.
Got it. Thank you so much! I follow this: https://satijalab.org/seurat/articles/integration_introduction
that why I use
"integrated"
. Don't know why I only have'RNA'
as available assays