sameSourceDataCheck: Check that data came from the same source.

View source: R/figureGeneration.R

sameSourceDataCheckR Documentation

Check that data came from the same source.

Description

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

Usage

sameSourceDataCheck(dataInput, sigmoidalFitVector, doubleSigmoidalFitVector)

Arguments

dataInput

a dataframe composed of two columns. One is for time and the other is for intensity. Should be normalized data generated by sicegar::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 came from same source, FALSE otherwise.


sicegar documentation built on Nov. 16, 2025, 1:07 a.m.