ipDataSource-class {domainsignatures} | R Documentation |
This class represents the data necessary to run
gseDomain
You should always create these objects using either one of the functions dataSource
or getKEGGdata
.
Objects can be created using
new('ipDataSource,
genes = ...., # Object of class character
pathways = .... # Object of class character
domains = .... # Object of class character
gene2Domains = .... # Object of class environment
path2Domains = .... # Object of class environment
type = ...., # Object of class character
)
or the functions dataSource
or getKEGGdata
.
genes
:pathways
:domains
:gene2Domains
:path2Domains
:type
:Florian Hahne