We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,看了您单细胞分析流程,其中提到seurat是v5版本,所以想请问一下以下这部分是怎么运行的呀?
> ## 环境 RNA 校正 > ```R > decontX_results <- decontX::decontX(sce@assays$RNA@counts) > sce$Contamination = decontX_results$contamination > [email protected]
v5版本没有这个结构了‘sce@assays$RNA@counts‘,运行时会报错提示。
Error in h(simpleError(msg, call)) : 在为'decontX'函数选择方法时评估'x'参数出了错: "counts"槽名不存在于"Assay5"类别对象中
The text was updated successfully, but these errors were encountered:
您好,当时 v5 刚出不久,因此只是顺便记录一下 v5 的安装过程,options(Seurat.object.assay.version = 'v5')并未实际使用,后续流程还是v4
options(Seurat.object.assay.version = 'v5')
Sorry, something went wrong.
No branches or pull requests
您好,看了您单细胞分析流程,其中提到seurat是v5版本,所以想请问一下以下这部分是怎么运行的呀?
v5版本没有这个结构了‘sce@assays$RNA@counts‘,运行时会报错提示。
The text was updated successfully, but these errors were encountered: