Plate Functions

Functions for working with plates

plate_add_meta()

Add {plater{ Formatted Metadata to a Dataset

plate_read_biotek()

Read Biotek Output CSV Files

plate_read_biotek_wl()

Read the wavelength data blocks from a biotek .csv file.

plate_read_meta()

Read a plater Formatted Metadata File

plate_read_tecan()

Read the output of Tecan Plate Readers

Well Functions

Functions for formatting and manipulating well-related properties.

well_check()

Checks if a well ID contains a letter and a number in the correct format.

well_df_to_mat()

Convert a data.frame to a Matrix in Plate Format

well_df_to_mat_frames()

Convert a DataFrame to a Multi-Frame Matrix

well_dis()

Relative Distance Between Given Well and a Reference Row

well_dis_plate()

Relative Distance for an Entire Plate

well_format()

Format a Well to Uppercase and Padded Numbers

well_from_index()

Convert Numeric Index to Well ID.

well_join()

Join a row and column into a well ID.

well_mat_frames_to_df()

Turn a Multi-Frame Matrix into a DataFrame

well_mat_to_df()

Convert a Plate Matrix to a DataFrame

well_plate()

Create a Tibble of Plate Information

well_plot()

Plot a Plate Map

well_reorder_df()

Reorder a Plate-Based DataFrame

well_to_col_num()

Extract number from well ID.

well_to_index()

Converts Well ID to a Numeric Index

well_to_row_let()

Extracts letter from well ID.

well_to_row_num()

Convert Well ID to Row Number

Reading Files

reading of different metadata and plate data files.

read_meta()

Read a plater formatted metadata file

Utilities

Utility tests for dealing with plate metadata.

is_well_id()

Logical test for well ID format.