Description Details Creating Objects Slots Methods Author(s) See Also
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
:Vector of unique entrezgene identifiers
pathways
:Vector of unique pathway identifiers
domains
:Vector of unique InterPro identifiers
gene2Domains
:Hash table mapping entrezgene IDs to Interpro IDs
path2Domains
:Hash table mapping pathway IDs to InterPro IDs
type
:Type of pathway. A character skalar
dims
:Numeric vector of dimensions
display summary.
Florian Hahne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.