Description Usage Arguments Value Author(s) Examples
Given a list of ENSEMBL gene IDs, the function will find pathways which these genes are involved in. These pathways will be grouped and ranked according to those with highest number of genes in common.
1 | getRankedPathwaysForGeneIds(genelist, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")
|
genelist |
The list of ENSEMBL gene IDs to find pathways for. |
endpoint |
The location of the SPARQL endpoint - default value is live Atlas endpoint |
A ranked list (pathway with greatest number of genes first) of pathwayresult classes with the following slots:
pathwayuri |
The URI of the corresponding pathway |
label |
The textual human readable name of the pathway |
numgenes |
A count of the number of genes from the gene list associated with this pathway |
genes |
Vector of genes from the gene list that are associated with this pathway |
James Malone, Simon Jupp
1 2 3 | ##get pathways which have the phrase 'ligand binding' included in their name
#genes <- c("ENSRNOG00000034254", "ENSRNOG00000009325", "ENSRNOG00000033065", "ENSRNOG00000015518", "ENSRNOG00000048955", "ENSRNOG00000031230")
#pathwaylist <- getRankedPathwaysForGeneIds(genes)
|
Loading required package: hash
hash-3.0.1 provided by Decision Patterns
Loading required package: SPARQL
Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.