We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bbc34 commit 1d131a2Copy full SHA for 1d131a2
singlecell/resources/chunks/NormalizeAndScale.R
@@ -7,6 +7,8 @@ for (datasetId in names(seuratObjects)) {
7
8
newSeuratObjects[[datasetId]] <- seuratObj
9
10
+ write.table(data.frame(Feature = Seurat::VariableFeatures(seuratObj), DatasetId = datasetId), file = paste0(outputPrefix, '.', datasetId, '.seurat.vf.txt'), quote = F, row.names = F, sep = '\t', col.names = F)
11
+
12
# Cleanup
13
rm(seuratObj)
14
gc()
0 commit comments