Skip to contents

A 15 x 5 matrix of methylation beta values for sampled probes with some missing data. (Probes are in rows and samples are in columns.)

Format

A matrix with 15 rows and 5 columns.

Examples

data(beta_matrix_miss)
str(beta_matrix_miss)
#>  num [1:15, 1:5] 0.103 0.288 0.435 0.985 0.9 ...
#>  - attr(*, "dimnames")=List of 2
#>   ..$ : chr [1:15] "cg01" "cg02" "cg04" "cg05" ...
#>   ..$ : chr [1:5] "samp1" "samp2" "samp3" "samp4" ...