
Detect likely isotype-control features by name pattern
detect_adt_isotypes.RdDetect likely isotype-control features by name pattern
Value
Character vector of matching names, for inspection before passing
to add_adt_counts_sc() as isotype_names.
Examples
# find the isotype controls among the ADT features
features <- c("CD3", "CD19", "IgG1_isotype", "IgG2a_isotype")
detect_adt_isotypes(features)
#> [1] "IgG1_isotype" "IgG2a_isotype"