t_dat: Title

View source: R/t_dat.R

t_datR Documentation

Title

Description

Title

Usage

t_dat(data)

Arguments

data

a data.frame need to transpose the columns and rows

Value

data.frame with the pvalue and qvalue

Examples

test = matrix(rnorm(200), 20, 10)
test[1:10, seq(1, 10, 2)] = test[1:10, seq(1, 10, 2)] + 3
test[11:20, seq(2, 10, 2)] = test[11:20, seq(2, 10, 2)] + 2
test[15:20, seq(2, 10, 2)] = test[15:20, seq(2, 10, 2)] + 4
colnames(test) = paste("Test", 1:10, sep = "")
rownames(test) = paste("Gene", 1:20, sep = "")
t_dat(test)

wangjiaxuan666/xbox documentation built on Sept. 4, 2024, 5:03 p.m.