File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
singlecell/resources/chunks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ for (datasetId in names(seuratObjects)) {
22 seuratObj <- seuratObjects [[datasetId ]]
33 seuratObjects [[datasetId ]] <- NULL
44
5- if (! (assayName %in% names(seuratObj @ assays ))) {
5+ if (! (' ADT ' %in% names(seuratObj @ assays ))) {
66 print(' ADT assay not present, skipping' )
77 } else {
88 tryCatch({
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ for (datasetId in names(seuratObjects)) {
22 seuratObj <- seuratObjects [[datasetId ]]
33 seuratObjects [[datasetId ]] <- NULL
44
5- if (! (assayName %in% names(seuratObj @ assays ))) {
5+ if (! (' ADT ' %in% names(seuratObj @ assays ))) {
66 print(' ADT assay not present, skipping' )
77 } else {
88 seuratObj <- bindArgs(CellMembrane :: RunAdtPca , seuratObj )()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ for (datasetId in names(seuratObjects)) {
22 seuratObj <- seuratObjects [[datasetId ]]
33 seuratObjects [[datasetId ]] <- NULL
44
5- if (! (assayName %in% names(seuratObj @ assays ))) {
5+ if (! (' ADT ' %in% names(seuratObj @ assays ))) {
66 print(' ADT assay not present, skipping' )
77 } else {
88 seuratObj <- bindArgs(CellMembrane :: RunSeuratWnn , seuratObj )()
You can’t perform that action at this time.
0 commit comments