powered by
Returns a vector of wells that are missing from a complete plate.
missing_wells(df, well, plate = 96)
vector of missing wells
dataframe
Column containing well identifiers i.e "A01"
Number of wells in complete plate (96 or 384)
vals <- rnorm(96) ; wells <- num_to_well(1:96) df <- data.frame(vals, wells) df_missing <- df[-c(1:10), ] missing_wells(df_missing, "wells")
Run the code above in your browser using DataLab