R/class.R

setClass("RGene", representation(gene_id = "character", pi="matrix", 
                                 pvalue="numeric", 
                                 adj_pvalue="numeric"))
setClass("RTable", representation(significance = "data.frame", 
                                  abundance = "data.frame"))
ruolin/raspberry documentation built on Jan. 1, 2020, 8:39 a.m.