Function takes a tmod or tmodGS object and converts it to a gene set collection. In the case of a
tmod object, the function merely extracts the $MODULES2GENES list of character vectors. In the case of
tmodGS objects, the list of vectors of numeric gene identifiers in $gs2gv is converted to a named list
of character vectors of gene names.
tmod2gsc(tmod)The function returns a gene set collection as a named list of character vectors containing gene names.
: a tmod or tmodGS object.
gsc2tmod()