abnormal state of Seurat obj #502
Answered
by
timoast
jefferyUstc
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
timoast
Mar 11, 2021
Replies: 2 comments
-
There is a function with the same name in the > SeuratObject::Assays(pbmc_small)
[1] "RNA"
> SummarizedExperiment::Assays(pbmc_small)
An object of class "SimpleAssays"
Slot "data":
List of length 1 FYI, you generally need to provide more information than this when asking a question. If you have similar questions in the future, please include the full code and session info. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timoast
-
thank you! I'll do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a function with the same name in the
SummarizedExperiment
package:FYI, you generally need to provide more information than this when asking a question. If you have similar questions in the future, please include the full code and session info.