Skip to content

Commit f5ab22f

Browse files
committed
R bugfix
1 parent 65fac23 commit f5ab22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/FindMarkers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
for (datasetId in names(seuratObjects)) {
22
seuratObj <- seuratObjects[[datasetId]]
33

4-
dt <- CellMembrane::Find_Markers(seuratObj, identFields = identFields, outFile = paste0(datasetId, '.', fieldName, '.markers.txt'))
4+
dt <- CellMembrane::Find_Markers(seuratObj, identFields = identFields, outFile = paste0(datasetId, '.markers.txt'))
55
print(dt)
66

77
# Cleanup

0 commit comments

Comments
 (0)