We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae7f10 commit 3eb820fCopy full SHA for 3eb820f
singlecell/resources/chunks/CiteSeqPlots.R
@@ -12,7 +12,7 @@ for (datasetId in names(seuratObjects)) {
12
warning(conditionMessage(e))
13
traceback()
14
message('ADTs:')
15
- message(sort(rownames(seuratObj@assays$ADT)))
+ message(paste0(sort(rownames(seuratObj@assays$ADT)), collapse = ', '))
16
stop(paste0('Error running FeaturePlotAcrossReductions for: ', datasetId))
17
})
18
0 commit comments