newDEGContainer: Initialize an object of class 'DEGContainer'

View source: R/createOB.R

newDEGContainerR Documentation

Initialize an object of class DEGContainer

Description

Constructs a DEGContainer object. Additional helper methods for manipulating DEGContainer objects are also described below. We now recommend using Create_DEGContainer to create objects, instead.

Usage

newDEGContainer(
  dataInfo = NULL,
  degResults = NULL,
  hyperResults = NULL,
  gseResults = NULL,
  MSigDB = NULL
)

Arguments

dataInfo

a dataInfo object

degResults

a degResults object

hyperResults

a hyperResults object

gseResults

a gseResults object

MSigDB

a MSigDB object

Value

a DEGContainer


xiayh17/RNAseqStat2 documentation built on May 27, 2023, 12:13 p.m.