sameSourceDataCheck: Check is data came from the same source.

Description Usage Arguments Value

View source: R/figureGeneration.R

Description

Checks if the provided data and models came from same source by looking to ".dataInputName" columns of the inputs.

Usage

1
sameSourceDataCheck(dataInput, sigmoidalFitVector, doubleSigmoidalFitVector)

Arguments

dataInput

a data frame composed of two columns. One is for time and the other is for intensity. Should be normalized data generated by normalizeData.

sigmoidalFitVector

is the output of sigmoidalFitFunction. Default is NULL.

doubleSigmoidalFitVector

is the output of double sigmoidal fit function. Default is NULL.

Value

Returns TRUE if models can from same source, FALSE otherwise.


wilkelab/sicegar documentation built on May 8, 2021, 11:08 p.m.