geneSetCollectionURLfunction | R Documentation |
Reference collectionMetadata()
for more info.
geneSetCollectionURLfunction(x, i, ...)
geneSetCollectionURLfunction(x, i) <- value
## S4 method for signature 'GeneSetDb'
geneSetCollectionURLfunction(x, i, ...)
## S4 replacement method for signature 'GeneSetDb'
geneSetCollectionURLfunction(x, i) <- value
## S4 method for signature 'SparrowResult'
geneSetCollectionURLfunction(x, i, ...)
x |
The GeneSetDb |
i |
The collection to get the url function from |
... |
pass through arguments (not used) |
value |
the function to set as the geneset url function for the given
collection |
the function that maps collection,name combinations to an informational URL.
geneSetCollectionURLfunction(GeneSetDb)
: returns the gene set collection
url function from a GeneSetDb
geneSetCollectionURLfunction(GeneSetDb) <- value
: sets the gene set collection url
function for a GeneSetDb : Collection
combination.
geneSetCollectionURLfunction(SparrowResult)
: return the url function from a
SparrowResult
object.
gdb <- exampleGeneSetDb()
geneSetCollectionURLfunction(gdb, "c2", "BIOCARTA_AGPCR_PATHWAY")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.