import_metadata: import_metadata

Description Usage Arguments

Description

This function allows users to import metadata that will be used for downstream analyses.

Usage

1
2
import_metadata(file, well_id = "well_id", multi_plate = FALSE,
  plate_id = NULL, ...)

Arguments

file

Metadata file to be imported. Must contain a column containing well IDs (A1, A2...)

well_id

The name of the column in your metadata table with locations on the plate

multi_plate

If you will be using multiple plates, set this to TRUE

plate_id

If you are analyzing multiple plates, this variable is the name of the column in your metadata table where you store plate_ids

...

Additional parameters for for data.table::fread()


haneylab/gGrowthCurve documentation built on June 5, 2019, 8:51 p.m.