meta_var_name {ddpcr} | R Documentation |
A default PNPP experiment uses the names "positive" and "negative" for its two
non-empty clusters. If they are changed (for example, to "wildtype" and "mutant"),
then any variable in the metadata will be renamed to use these names.
meta_var_name
translates a default metadata variable name to the correct one.
meta_var_name(plate, var)
plate <- new_plate(dir = sample_data_dir(), type = plate_types$pnpp_experiment)
negative_name(plate) <- "mutant"
meta_var_name(plate, 'num_negative_drops')