ddpcr (version 1.11)

meta_var_name: Name of variable in PNPP experiment metadata

Description

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.

Usage

meta_var_name(plate, var)

Arguments

See Also

pnpp_experiment

Examples

Run this code
# NOT RUN {
plate <- new_plate(dir = sample_data_dir(), type = plate_types$pnpp_experiment)
negative_name(plate) <- "mutant"
meta_var_name(plate, 'num_negative_drops')
# }

Run the code above in your browser using DataCamp Workspace