geneSetCollectionURLfunction {sparrow} | 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.
GeneSetDb
: returns the gene set collection
url function from a GeneSetDb
GeneSetDb
: sets the gene set collection url
function for a GeneSetDb : Collection
combination.
SparrowResult
: return the url function from a
SparrowResult
object.
gdb <- exampleGeneSetDb() geneSetCollectionURLfunction(gdb, "c2", "BIOCARTA_AGPCR_PATHWAY")