Open rvitancol opened 3 years ago
Check if GeomxSet works with available DE packages:
Check if we need to create adapter functions to use these.
I confirmed this works with limma: fit <- lmFit(exprs(object), model.matrix(design(object), sData(object))) fit <- eBayes(fit) DE_table <- topTable(fit, coef=2, adjust="fdr", n=5)
Check if GeomxSet works with available DE packages:
Check if we need to create adapter functions to use these.