Learn R Programming

hiddenf (version 2.0)

cnvall.mtx: Copy Number Variation

Description

Data from an experiment (courtesy of Dr. Matthew Breen, N.C. State University) to study copy number variation in dogs. Experiment included thousands of probes, several of which are included here, and indexed by the variable called `dataset'.

Usage

data(cnvall.mtx)

Arguments

Value

Examples

Run this code
data(cnvall.mtx)
cnvall.mtx
cnv3.mtx <- matrix(cnvall.mtx[25:36,3],byrow=TRUE,nrow=12,ncol=2)
cnv3.out <- HiddenF(cnv3.mtx)
print(cnv3.out$pvalue)
anova(cnv3.out)

Run the code above in your browser using DataLab