Package: convertid
Type: Package
Title: Convert Gene IDs Between Each Other and Fetch Annotations from
        Biomart
Version: 0.1.10
Date: 2025-02-06
Author: Vidal Fey [aut, cre],
  Henrik Edgren [aut]
Authors@R: c(person("Vidal", "Fey", email = "vidal.fey@gmail.com", role=c("aut", "cre")), person("Henrik", "Edgren", email = "henrik.edgren@gmail.com", role = "aut"))
Maintainer: Vidal Fey <vidal.fey@gmail.com>
Description: Gene Symbols or Ensembl Gene IDs are converted using the Bimap interface in 'AnnotationDbi' in convertId2() but
    that function is only provided as fallback mechanism for the most common use cases in data analysis. The main function
    in the package is convert.bm() which queries BioMart using the full capacity of the API provided through the
    'biomaRt' package. Presets and defaults are provided for convenience but all "marts", "filters" and "attributes"
    can be set by the user. Function convert.alias() converts Gene Symbols to Aliases and vice versa and function likely_symbol()
    attempts to determine the most likely current Gene Symbol.
Depends: AnnotationDbi
Imports: org.Hs.eg.db, org.Mm.eg.db, plyr, stringr, biomaRt, stats,
        xml2, utils, rappdirs, assertthat, methods, httr, BiocFileCache
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-02-06 12:16:49 UTC; fsvife
Repository: CRAN
Date/Publication: 2025-02-06 12:40:01 UTC
Built: R 4.6.0; ; 2025-10-14 02:20:48 UTC; windows
