Replies: 3 comments
-
I get the same error |
Beta Was this translation helpful? Give feedback.
-
I didn't get the error but a very similar warning (it can be regarded as an arror cuz nothing left for PCA after removing the warning genes). Has anyone found the reason?
|
Beta Was this translation helpful? Give feedback.
-
Replying on an old post in case this helps anyone who has the problem now:
data.integrated <- RunPCA(data.integrated, features = c(s.genes, g2m.genes)) In this function call, by setting I assume this is not what you want. Here's what you could do instead, starting after the scaling step:
|
Beta Was this translation helpful? Give feedback.
-
Nice to meet you.
I am new to bioinformatics.
Thank you for taking a look at this article.
I tried to do a Single cell RNA-Seq analysis using Seurat.
However, when I tried to check the effect of Cell-Cycle in PCA, I got the following error.
I will also include the code for R at that time.
We apologize for the inconvenience, but if anyone knows the cause of this error or how to resolve it, please let us know.
Beta Was this translation helpful? Give feedback.
All reactions