Get identifiers that expect only one value for each identifier.
Source:R/identifiers.R
get_expect_one_identifiers.Rd
Get identifiers that expect only one value for each identifier.
Examples
get_expect_one_identifiers()
#> [1] "duration" "cellline"
#> [3] "cellline_name" "cellline_tissue"
#> [5] "cellline_ref_div_time" "cellline_parental_identifier"
#> [7] "cellline_subtype" "drug"
#> [9] "drug_name" "drug_moa"
#> [11] "masked_tag" "concentration"
#> [13] "template" "barcode"
#> [15] "drug2" "drug_name2"
#> [17] "drug_moa2" "concentration2"
#> [19] "drug3" "drug_name3"
#> [21] "drug_moa3" "concentration3"
#> [23] "data_source" "normalization_type"