getAllEnsemblGenesForExFactor: Get all ENSEMBL genes reported as differentially expressed...

Description Usage Arguments Value Author(s) Examples

View source: R/AtlasRDF.R

Description

Get all ENSEMBL genes reported as differentially expressed for a given experimental factor. Returns the gene URI, ENSEMBL Id and common gene name.

Usage

1
getAllEnsemblGenesForExFactor(exfactor, limit, endpoint)

Arguments

exfactor

The URI of the experimental factor e.g. "efo:EFO_0001420"

limit

Limit the number of genes returned by the query to this, no limit specified or value of 0 returns all.

endpoint

SPARQL endpoint to query data from. Default value is the live Atlas SPARQL endpoint but this can be overidden.

Value

Data frame describing genes for the specified experimental factor with the following slots:

dbXref

the URI of the gene

geneName

the common name of the gene

ensemblid

the ENSEMBL id of the gene

propertyValue

the property value for this gene corresponding to the experimental factor in the query

Author(s)

James Malone, Simon Jupp

Examples

1
2
3
###get the genes for the experimental factor 'sepsis' (efo:EFO_0001420)
#results <- getAllEnsemblGenesForExFactor("efo:EFO_0001420")
#results[1,] #first gene result

AtlasRDF documentation built on Nov. 17, 2017, 9:33 a.m.