Finding eigenvectors #4506
Answered
by
timoast
hyeonjin-cho
asked this question in
Q&A
Finding eigenvectors
#4506
-
Hi, I'm using Seurat to perform PCA analysis for my single-cell data, and I want to find where eigenvectors are stored, for the purpose of my research project. Is there anywhere where Seurat stores its eigenvectors? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
timoast
May 21, 2021
Replies: 1 comment
-
These can be accessed using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hyeonjin-cho
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These can be accessed using the
Embeddings()
andLoadings()
functions