R/sample_data.R
mval_matrix_miss.Rd
A 15 x 5 matrix of methylation M-values with some missing data. (Probes are in rows and samples are in columns.)
A matrix with 15 rows and 5 columns.
data(mval_matrix_miss) str(mval_matrix_miss) #> num [1:15, 1:5] -3.125 -1.309 -0.378 6.033 3.167 ... #> - attr(*, "dimnames")=List of 2 #> ..$ : chr [1:15] "cg01" "cg02" "cg04" "cg05" ... #> ..$ : chr [1:5] "samp1" "samp2" "samp3" "samp4" ...