We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f02a1a commit 3133674Copy full SHA for 3133674
singlecell/resources/chunks/AvgExpression.R
@@ -12,7 +12,7 @@ GenerateAveragedData <- function(seuratObj, groupFields, addMetadata) {
12
return(paste0(y, collapse = '_'))
13
})
14
15
- Idents(seuratObj) <- rownames(meta)
+ Seurat::Idents(seuratObj) <- rownames(meta)
16
17
a <- Seurat::AverageExpression(seuratObj, return.seurat = T, verbose = F)
18
a <- Seurat::AddMetaData(a, meta)
0 commit comments