Skip to content

Commit ef3f51a

Browse files
committed
Fix typo
1 parent 59a51f1 commit ef3f51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

singlecell/resources/chunks/FindMarkers.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotlist <- list()
1+
plotList <- list()
22
for (datasetId in names(seuratObjects)) {
33
seuratObj <- seuratObjects[[datasetId]]
44
seuratObjects[[datasetId]] <- NULL
@@ -14,4 +14,4 @@ for (datasetId in names(seuratObjects)) {
1414
gc()
1515
}
1616

17-
htmltools::tagList(setNames(plotlist, NULL))
17+
htmltools::tagList(setNames(plotList, NULL))

0 commit comments

Comments
 (0)