R/class_def.R

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'
                     
                   ) 
                   
                   )
yasin-uzun/SINBAD documentation built on March 20, 2022, 11:48 p.m.