Learn R Programming

CorDiff (version 1.0)

x: The toy data example for input data matrix x in the example

Description

This is the p by n toy data we used to illustrate the package.

Usage

data("x")

Arguments

Details

The toy data is a p by n matrix, where n is the sample size

References

Set-based differential covariance testing for genomics

Examples

Run this code
# NOT RUN {
data(x)
dim(x)
# }

Run the code above in your browser using DataLab