We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fac23 commit f5ab22fCopy full SHA for f5ab22f
singlecell/resources/chunks/FindMarkers.R
@@ -1,7 +1,7 @@
1
for (datasetId in names(seuratObjects)) {
2
seuratObj <- seuratObjects[[datasetId]]
3
4
- dt <- CellMembrane::Find_Markers(seuratObj, identFields = identFields, outFile = paste0(datasetId, '.', fieldName, '.markers.txt'))
+ dt <- CellMembrane::Find_Markers(seuratObj, identFields = identFields, outFile = paste0(datasetId, '.markers.txt'))
5
print(dt)
6
7
# Cleanup
0 commit comments