Skip to content

Commit

Permalink
fix modality label in process_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Apr 26, 2024
1 parent 84f03e1 commit 22ceaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/predict_modality/process_dataset/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ determine_modality <- function(ad, mod1 = TRUE) {
} else if ("feature_types" %in% colnames(ad$var)) {
unique(ad$var[["feature_types"]])
} else if (mod1) {
"RNA"
"GEX"
} else if (grepl("cite", ad$uns[["dataset_id"]])) {
"ADT"
} else if (grepl("multiome", ad$uns[["dataset_id"]])) {
Expand Down

0 comments on commit 22ceaf0

Please sign in to comment.