make.long.join | R Documentation |
Makes assay data long and joins with descriptive variables.
make.long.join(AssayDat, Ids, ColstoExclude = c("Minutes"), By = c("Well"))
AssayDat |
A wide data table of assay data by well and time. |
Ids |
A long data table of descriptive variables for each assay well. |
ColstoExclude |
Colnames of columns not to make long, defaults to "Minutes" for kinetic data. |
By |
Names of the location variable and key for joining identifiers to Assay data; defaults to "Well". |
A data table of assay data bound to the descriptive variables in the identifiers file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.