time_expmat: Generate Timewise Average Gene Expression

Description Usage Arguments Value Author(s) Examples

View source: R/time_expmat.R

Description

Generate timewise average gene expression.

Usage

1
time_expmat(time, expmat)

Arguments

time

(character) Time-annotation of samples.

expmat

(matrix) Gene expression matrix.

Value

(matrix) Time-wise average gene expression.

Author(s)

DING, HONGXU (hd2326@columbia.edu)

Examples

1
2
3
expmat <- matrix(rnorm(90), 10, 9, dimnames=list(LETTERS[1:10], 1:9))
time <- c(rep("T1", 3), rep("T2", 3), rep("T3", 3))
time_expmat(time, expmat)

pageRank documentation built on Nov. 8, 2020, 6:52 p.m.