We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a51f1 commit ef3f51aCopy full SHA for ef3f51a
singlecell/resources/chunks/FindMarkers.R
@@ -1,4 +1,4 @@
1
-plotlist <- list()
+plotList <- list()
2
for (datasetId in names(seuratObjects)) {
3
seuratObj <- seuratObjects[[datasetId]]
4
seuratObjects[[datasetId]] <- NULL
@@ -14,4 +14,4 @@ for (datasetId in names(seuratObjects)) {
14
gc()
15
}
16
17
-htmltools::tagList(setNames(plotlist, NULL))
+htmltools::tagList(setNames(plotList, NULL))
0 commit comments