powered by
Get a table of biological entity (BE) identifiers and symbols
getBeIdSymbolTable( be, source, organism, restricted, entity = TRUE, verbose = FALSE, recache = FALSE, filter = NULL )
a data.frame with the following fields:
id: the from BE ID
symbol: the BE symbol
canonical: true if the symbol is canonical for the direct BE ID
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 symbols
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.
getBeIdSymbols, getBeIdNameTable
if (FALSE) { getBeIdSymbolTable( be="Gene", source="EntrezGene", organism="human" ) }
Run the code above in your browser using DataLab