We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476ac90 commit 8b6ca94Copy full SHA for 8b6ca94
singlecell/resources/chunks/StudyMetadata.R
@@ -32,7 +32,7 @@ for (datasetId in names(seuratObjects)) {
32
seuratObj <- Rdiscvr::ApplyEC_Metadata(seuratObj, errorIfUnknownIdsFound = errorIfUnknownIdsFound)
33
} else if (studyName == 'PPG_Stims') {
34
seuratObj <- Rdiscvr::ApplyPPG_Stim_Metadata(seuratObj, errorIfUnknownIdsFound = errorIfUnknownIdsFound)
35
- ] else if (studyName == 'IMPAC_TB_Human') {
+ } else if (studyName == 'IMPAC_TB_Human') {
36
seuratObj <- Rdiscvr::ApplyIMPAC_TB_Human_Metadata(seuratObj, errorIfUnknownIdsFound = errorIfUnknownIdsFound)
37
} else {
38
stop(paste0('Unknown study: ', studyName))
0 commit comments