import.assaydat | R Documentation |
Imports wide assay data from excel files and binds the identifying information. Returns long data. Defaults to kinetic data divided by well.
import.assaydat( PathtoDatInfile, PathtoIds, ColstoExclude = c("Minutes"), By = "Well" )
PathtoDatInfile |
A list of path names to the assay data to be imported. |
PathtoIds |
A path to the file of identifiers for the assay data. |
ColstoExclude |
Pass into make.long.join Columns not made long. |
By |
Pass into make.long.join. Key to join assay data and identifiers. |
A long assay data table of all of the input assay data bound to the identifying information provided by Ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.