data/pruitt.R

pruitt <- matrix(
c(0,0,0,1,0,0,0,0,
0,1,0,0,1,0,0,0,
1,0,1,0,1,0,0,0,
0,0,1,0,0,1,0,0,
0,1,0,0,0,0,1,0,
1,0,1,0,0,0,1,0,
0,0,1,0,0,0,1,1), nr=7,byrow=TRUE)
dimnames(pruitt) <- list(NULL, c( "A","B","C","D","E","F","G","H"))
Bioconductor/Icens documentation built on Oct. 29, 2023, 5:01 p.m.