Learn R Programming

hacksig (version 0.1.2)

test_expr: A toy gene expression matrix

Description

A gene expression matrix simulating expression profiles of 20 samples. It should be used only for testing purpose.

Usage

test_expr

Arguments

Format

A random normal data matrix with 20000 genes as rows and 20 samples as columns.

Examples

Run this code
# NOT RUN {
class(test_expr)
dim(test_expr)
check_sig(test_expr)
# }

Run the code above in your browser using DataLab