import.assaydat: Import assay data and make long

View source: R/Import.R

import.assaydatR Documentation

Import assay data and make long

Description

Imports wide assay data from excel files and binds the identifying information. Returns long data. Defaults to kinetic data divided by well.

Usage

import.assaydat(
  PathtoDatInfile,
  PathtoIds,
  ColstoExclude = c("Minutes"),
  By = "Well"
)

Arguments

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.

Value

A long assay data table of all of the input assay data bound to the identifying information provided by Ids.


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