Description Usage Arguments Value Author(s) Examples
Function which allows filtering of enrichment results to remove experimental factors apart from those factors which are a subclasses of a given parent class. For instance, include only disease factors or only cell types.
1 | includeOnlySubclasses(includeparentclass, resultset, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")
|
includeparentclass |
The URI of the parent class for which all experimental factor subclasses will be included (removing all others). |
resultset |
The full enrichment result set |
endpoint |
The location of the SPARQL endpoint - default value is live Atlas endpoint |
New Atlas enrichment result set, filtered to include only experimental factors specified in the function call.
James Malone, Simon Jupp
1 2 3 4 | ###include only experimental factors which are diseases in the enrichment results
#filteredgenes <- includeOnlySubclasses("efo:EFO_0000408", mouseresults, endpoint="http://wwwdev.ebi.ac.uk/rdf/services/atlas/sparql")
###view results
#vizPvalues(filteredgenes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.