get_approximate_stretch: Get approximate stretch factor

View source: R/utils.R

get_approximate_stretchR 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.


greatR documentation built on July 26, 2023, 5:43 p.m.