Nothing
## ===========================================================================
## universeBuilder method
## ---------------------------------------------------------------------------
## Methods for HyperG test for cellular organizational units
## ---------------------------------------------------------------------------
setMethod("universeBuilder", signature(p="CoHyperGParams"),
function(p) {
p@universeGeneIds
})
## ===========================================================================
## categoryToEntrezBuilder method
## ---------------------------------------------------------------------------
## Methods for HyperG test for cellular organizational units
## ---------------------------------------------------------------------------
setMethod("categoryToEntrezBuilder",
signature(p="CoHyperGParams"),
function(p) {
getCompToEntrezMap(p)
})
getCompToEntrezMap <- function(p) {
category <- get(p@categoryName)
apply( category, 2, function(x) names(which(x>0)))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.