Get biological entities identifiers
getBeIds(
be = c(listBe(), "Probe"),
source,
organism = NA,
restricted,
entity = TRUE,
attributes = NULL,
verbose = FALSE,
recache = FALSE,
filter = NULL,
caseSensitive = FALSE,
limForCache = 100,
bef = NULL
)
a data.frame mapping BE IDs with the following fields:
id: the BE ID
BE: IF entity is TRUE the technical ID of BE
db.version: IF be is not "Probe" and source not "Symbol" the version of the DB
db.deprecated: IF be is not "Probe" and source not "Symbol" a value if the BE ID is deprecated or FALSE if it's not
canonical: IF source is "Symbol" TRUE if the symbol is canonical
organism: IF be is "Probe" the organism of the targeted BE
If attributes are part of the query, additional columns for each of them.
Scope ("be", "source" and "organism") is provided as a named list
in the "scope" attributes: attr(x, "scope")
one BE or "Probe"
the BE ID database or "Symbol" if BE or the probe platform if Probe
organism name
boolean indicating if the results should be restricted to current version of to BEID db. If FALSE former BEID are also returned.
boolean indicating if the technical ID of BE should be returned
a character vector listing attributes that 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.
if TRUE the case of provided symbols is taken into account. This option will only affect "Symbol" source (default: caseSensitive=FALSE).
if there are more filter than limForCache results are collected for all IDs (beyond provided ids) and cached for futur queries. If not, results are collected only for provided ids and not cached.
For internal use only
listPlatforms, listBeIdSources
if (FALSE) {
beids <- getBeIds(be="Gene", source="EntrezGene", organism="human", restricted=TRUE)
}
Run the code above in your browser using DataLab