proj.data: Projection of Raw Data

Description Usage Arguments Value Author(s) See Also

View source: R/proj.data.R

Description

Project the time course data onto the optimum direction

Usage

1
2
## S3 method for class 'data'
proj(data,time.course,a,...)

Arguments

data

a data matrix containing expression values. Row and column represent gene (probe set) and array respectively. Columns are ordered by first by subject, then by time

time.course

the number of time points per subject

a

projection matrix

...

other arguments to be passed on

Value

d

projected data. Row and column represent gene (probe set) and subject respectively.

Author(s)

Baiyu Zhou zhouby98@stanford.edu & Weihong xu weihongx@stanford.edu

See Also

tanova


TANOVA documentation built on May 29, 2017, 12:31 p.m.

Related to proj.data in TANOVA...