powered by
Get a table of biological entity (BE) identifiers and names
getBeIdNameTable( be, source, organism, restricted, entity = TRUE, verbose = FALSE, recache = FALSE, filter = NULL )
a data.frame with the following fields:
id: the from BE ID
name: the BE name
direct: false if the symbol is not directly associated to the BE ID
entity: (optional) the technical ID of to BE
one BE
the BE ID database
organism name
boolean indicating if the results should be restricted to direct names
boolean indicating if the technical ID of BE should be returned
boolean indicating if the CQL query should be displayed
boolean indicating if the CQL query should be run even if the table is already in cache
character vector on which to filter id. If NULL (default), the result is not filtered: all IDs are taken into account.
getBeIdNames, getBeIdSymbolTable
if (FALSE) { getBeIdNameTable( be="Gene", source="EntrezGene", organism="human" ) }
Run the code above in your browser using DataLab