Get a conversion table between biological entity (BE) identifiers
getBeIdConvTable(
from,
to = from,
from.source,
to.source,
organism,
caseSensitive = FALSE,
canonical = FALSE,
restricted = TRUE,
entity = TRUE,
verbose = FALSE,
recache = FALSE,
filter = NULL,
limForCache = 100
)
a data.frame mapping BE IDs with the following fields:
from: the from BE ID
to: the to BE ID
entity: (optional) the technical ID of to BE
one BE or "Probe"
one BE or "Probe"
the from BE ID database if BE or the from probe platform if Probe
the to BE ID database if BE or the to probe platform if Probe
organism name
if TRUE the case of provided symbols is taken into account during the conversion and selection. This option will only affect the conversion from "Symbol" (default: caseSensitive=FALSE). All the other conversion will be case sensitive.
if TRUE, only returns the canonical "Symbol". (default: FALSE)
boolean indicating if the results should be restricted to current version of to BEID db. If FALSE former BEID are also returned: Depending on history it can take a very long time to return a very large result!
boolean indicating if the technical ID of to 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 from IDs. If NULL (default), the result is not filtered: all from IDs are taken into account.
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.
getHomTable, listBe, listPlatforms, listBeIdSources
if (FALSE) {
getBeIdConvTable(
from="Gene", from.source="EntrezGene",
to.source="Ens_gene",
organism="human"
)
}
Run the code above in your browser using DataLab