We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb6601 commit 7dc1462Copy full SHA for 7dc1462
singlecell/resources/chunks/CiteSeqPlots.R
@@ -7,7 +7,7 @@ for (datasetId in names(seuratObjects)) {
7
} else {
8
for (feat in rownames(seuratObj[[assayName]])) {
9
tryCatch({
10
- CellMembrane::FeaturePlotAcrossReductions(seuratObj, features = paste0(tolower(assayName), '_', feat))
+ CellMembrane::FeaturePlotAcrossReductions(seuratObj, features = paste0(seuratObj@assays[[assayName]]@key, feat))
11
}, error = function(e){
12
warning(conditionMessage(e))
13
traceback()
0 commit comments