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.1.0 documentation built on Nov. 7, 2021, 3:30 a.m.