We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29207e9 commit 96c9dbfCopy full SHA for 96c9dbf
singlecell/resources/chunks/CiteSeqPlots.R
@@ -6,7 +6,7 @@ for (datasetId in names(seuratObjects)) {
6
print('ADT assay not present, skipping')
7
} else {
8
for (adt in rownames(seuratObj[['ADT']])) {
9
- CellMembrane::FeaturePlotAcrossReductions(seuratObj, features = paste0('ADT_', adt))
+ CellMembrane::FeaturePlotAcrossReductions(seuratObj, features = paste0('adt_', adt))
10
}
11
12
0 commit comments