TimeseriesLayoutBlank: Combine information from plate layout and blank reading

Description Usage Arguments Details Value

View source: R/TimeseriesLayoutBlank.R

Description

Adds together your dataframes from CombineLayoutBlank and Import to create a very long, tidy dataframe that can be used for plotting and other analysis.

Usage

1
TimeseriesLayoutBlank(timepoint.df, layout.blank.df = NULL, layout.df = NULL)

Arguments

timepoint.df

the dataframe you received from Import() that contains your long, tidy time series data

layout.blank.df

use this option if you wish to back-subtract blanks. Use output from CombineLayoutBlank() that contains long, tidy plate layout information

layout.df

Use this if you do not wish to back-subtract blanks. Use output from PlateLayout()

Details

This can be used 2 ways: with or without blank back-subtraction.

Value

data.combined. a very long, tidy df with all of your data, corrected by back-subtracting the blank values. raw data and value used for back subtracting also provided.


ddebrauske/GCG documentation built on Aug. 8, 2021, 5:22 p.m.