Initialise sample_id (mouse number) for assay dataframe based on input parameters
init_sample(assay_df, wells, sample_id, n_samples = 5)
assay_df | dataframe, containing biological assay data from plate reader |
---|---|
wells | vector, list of well column numbers and row letters to update for each plate |
sample_id | character, name to set sample_id to for specified columns |
n_samples | integer, total number of samples per plate (default = 5) |
dataframe, containing the initialised sample_id column