make.long.join: Make long and join

View source: R/Import.R

make.long.joinR Documentation

Make long and join

Description

Makes assay data long and joins with descriptive variables.

Usage

make.long.join(AssayDat, Ids, ColstoExclude = c("Minutes"), By = c("Well"))

Arguments

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".

Value

A data table of assay data bound to the descriptive variables in the identifiers file.


mohrbp/AnalyzeAssay documentation built on Oct. 2, 2022, 5:54 p.m.