How to export the RNA expression data of the clustered cells #4573
Answered
by
timoast
Madeinheavena
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
timoast
Jun 4, 2021
Replies: 1 comment 1 reply
-
You can extract data from the Seurat object using the You can also find the average expression of each gene for groups of cells using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
timoast
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can extract data from the Seurat object using the
GetAssayData()
function. See documentation here: https://rdrr.io/cran/SeuratObject/man/AssayData.htmlYou can also find the average expression of each gene for groups of cells using the
AverageExpression()
function