ecis_import: Import all ECIS values, a child of ecis_import_raw and...

View source: R/z_import_ecis.R

ecis_importR Documentation

Import all ECIS values, a child of ecis_import_raw and ecis_import_model

Description

Import all ECIS values, a child of ecis_import_raw and ecis_import_model

Usage

ecis_import(rawdata = NULL, modeled = NULL, key = NULL, experimentname = "NA")

Arguments

rawdata

A raw ABP file to import

modeled

A modeled APB file for import

key

A CSV file containing each well and it's corresponding sample

experimentname

Name of the experiment to be built into the dataset

Value

A dataframe containing all the data APB generated from an experiment

Examples


#rawdata = system.file('extdata/growth1_raw_TimeResample.abp', package = 'vascr')
#modeled = system.file('extdata/growth1_raw_TimeResample_RbA.csv', package = 'vascr')
#key = system.file('extdata/growth1_samples.csv', package = 'vascr')

#Then run the import

#data = ecis_import(rawdata,modeled,key, experimentname = "TEST")
#head(data)

JamesHucklesby/vascr documentation built on April 15, 2024, 2:35 a.m.