get_approximate_stretch()
is a function to get a stretch factor
estimation given input data. This function will take the time point ranges
of both reference and query data and compare them to estimate the stretch
factor.
get_approximate_stretch(data, reference = "ref", query = "query")
This function returns an estimation of a stretch factor for registering the data.
Input data frame, either containing all replicates of gene expression or not.
Accession name of reference data.
Accession name of query data.