Help with the error: Cannot find assay integrated
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!
• 1,824 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Please check the available assays in your
merged_seurat. There is nointegratedassay present that's whySeuratis giving you an error message. You can check available assays in aSeurat objectas 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