sim.concatenate: Signal concatenation

Description Usage Arguments Value See Also

View source: R/perturbations.R

Description

Concatenates multiple fluorescence signals (for instance, negative and positive population signals) with the same time scale.

Usage

1
2
sim.concatenate(..., reindex = FALSE, contract_time = TRUE,
  flow_rate = NULL, output = c(1, 2, 3))

Arguments

...

baselines, as generated by function sim.baseline, possibly perturbed by other functions.

reindex

Boolean, indicates whether time values should be re-indexed to 1..N after contraction. Do not use this if the baseline signals have been generated based on a specific flow rate.

contract_time

Boolean, indicates whether to contract time values. Since length of measurement gets multiplied by number of signals due to concatenation, contracting time will downsample to preserve the original length of measurement. @param output see parameter output of function sim.baseline.

Value

Modified baseline input.

See Also

See functions beginning with sim.sample. for examples of usage.


davnovak/qctoy documentation built on Nov. 4, 2019, 9:45 a.m.