get_approximate_stretch {greatR} | R Documentation |
Get approximate stretch factor
Description
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.
Usage
get_approximate_stretch(data, reference = "ref", query = "query")
Arguments
data |
Input data frame, either containing all replicates of gene expression or not. |
reference |
Accession name of reference data. |
query |
Accession name of query data. |
Value
This function returns an estimation of a stretch factor for registering the data.
[Package greatR version 2.0.0 Index]