This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PseudobulkExpression.Seurat error
The following error occurred in PseudobulkExpression.Seurat(object = object, assays = assays,:
   None of the requested assays are present in the object.

The above error occurs. Below is the code I ran:

cts <- AggregateExpression(seurat_from_cds,
                           group.by = c("Cell.Type", "Samples"),
                           assays = "originalexp",
                           slot = "Counts",
                           return.seurat = F)

How can I solve this error?

Thank you for help!

seurat pseudo-bulk

None of the requested assays are present in the object

Does the assay originalexp exist in your object seurat_from_cds ?

0 answers

No answers yet.

Log in to answer this question.