Skip to content

Commit 96c9dbf

Browse files
committed
Revert earlier change to ADT case
1 parent 29207e9 commit 96c9dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/CiteSeqPlots.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ for (datasetId in names(seuratObjects)) {
66
print('ADT assay not present, skipping')
77
} else {
88
for (adt in rownames(seuratObj[['ADT']])) {
9-
CellMembrane::FeaturePlotAcrossReductions(seuratObj, features = paste0('ADT_', adt))
9+
CellMembrane::FeaturePlotAcrossReductions(seuratObj, features = paste0('adt_', adt))
1010
}
1111
}
1212

0 commit comments

Comments
 (0)