DimRed <- setClass('DimRed',
slots = c(
met_mat = 'matrix',
methylation_type = 'character',
vmr_count = 'numeric',
max_ratio_of_na_cells = 'numeric',
pca_coords = 'matrix',
umap_coords = 'matrix'
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.