Update types in main assay dataframe for a single plate based on the input plate dataframe

update_feature_plate(assay_df, feature, plate_n, changes)

Arguments

assay_df

dataframe, containing biological assay data from plate reader

feature

character, containing column to update in assay dataframe

plate_n

integer, plate number to update

changes

vector, containg sub vectors each corresponding to a change, which contain 0-index based: c(row, col, old_val, new_val)

Value

dataframe, containing the updated feature