powered by
This description can be used for annotating tables or graph based on BE IDs.
getGeneDescription( ids, be, source, organism, gsource = largestBeSource(be = "Gene", organism = organism, rel = "is_known_as", restricted = TRUE), limForCache = 2000 )
a data.frame providing for each BE IDs (row.names are provided BE IDs):
id: the BE ID
gsource: the Gene ID the column name provides the source of the used identifier
symbol: the associated gene symbols
name: the associated gene names
list of identifiers
one BE. Guessed if not provided
the BE ID database. Guessed if not provided
organism name. Guessed if not provided
the source of the gene IDs to use. It's chosen automatically by default.
The number of ids above which the description is gathered for all be IDs and cached for futur queries.
getBeIdDescription, getBeIdNames, getBeIdSymbols
if (FALSE) { getGeneDescription( ids=c("1438_at", "1552335_at"), be="Probe", source="GPL570", organism="human" ) }
Run the code above in your browser using DataLab