meta_var_name | 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)
pnpp_experiment
plate <- new_plate(dir = sample_data_dir(), type = plate_types$pnpp_experiment)
negative_name(plate) <- "mutant"
meta_var_name(plate, 'num_negative_drops')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.