An object of class tmod contains the module annotations (tmod$MODULES), gene to
module (tmod$GENES2MODULES) and module to gene (tmod$MODULES2GENES) mappings
and a gene list (tmod$GENES).
tmod$MODULES and tmod$GENES are data frames, while tmod$MODULES2GENES and
tmod$GENES2MODULES are lists with, respectively, module and gene
identifiers as names. The data frames MODULES and GENES must contain the
column "ID", and the data frame MODULES must contain additionally the
column "Title".
Objects of class tmod should be constructed
by calling the function makeTmod(). This function check the validity and
consistency of the provided objects, and, if necessary, automatically
creates the members GENES and GENES2MODULES.
See the package vignette for more on constructing custom module sets.