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.0.2 documentation built on Dec. 23, 2021, 7:16 p.m.