splineCourse: splineCourse

Description Usage Arguments Value

View source: R/splineCourse.R

Description

This function takes an existing time course and uses spline interpolation to create an imputed time course with the desired resolution.

Usage

1
splineCourse(expdata, times, fulltimes = 1:48)

Arguments

expdata

Actual expression data; a matrix with genes as rows and time course samples as columns. In order from earliest to latest.

times

The actual sample times for the expression matrix.

fulltimes

A vector containing the times desired; for example, an hourly time course over a single IDC would be 1:48.

Value

Returns an expression matrix expanded with additional columns to contain samples at the desired times.


foster-gabe/PFExpTools documentation built on May 25, 2020, 7:22 a.m.