Package: aliases2entrez
Title: Converts Human gene symbols to entrez IDs
Version: 0.1.2
Authors@R: 
    c(person(given = "Raphael",
           family = "Bonnet",
           role = c("aut", "cre"),
           email = "raphael.bonnet@univ-cotedazur.fr",
           comment="Université Côte d’Azur"),
      person(given = "Lee",
           family = "Mariault",
           role = c("ctb"),
           comment="Université Côte d’Azur"),
      person(given = "Jean-François",
           family = "Peyron",
           role = c("aut"),
           comment="Inserm")
           )
Description: Queries multiple resources authors HGNC (2019) <https://www.genenames.org>, authors limma (2015) <doi:10.1093/nar/gkv007> 
    to find the correspondence between evolving nomenclature of human gene symbols, aliases, previous symbols or synonyms with 
    stable, curated gene entrezID from NCBI database. This allows fast, accurate and up-to-date correspondence
    between human gene expression datasets from various date and platform (e.g: gene symbol: BRCA1 - ID: 672).
BugReports: https://github.com/peyronlab/aliases2entrez/issues
Imports: doParallel, limma, utils, org.Hs.eg.db, AnnotationDbi,
        parallel, foreach, readr, RCurl
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: spelling
Language: en-US
NeedsCompilation: no
Packaged: 2021-02-15 09:48:25 UTC; raphael
Author: Raphael Bonnet [aut, cre] (Université Côte d’Azur),
  Lee Mariault [ctb] (Université Côte d’Azur),
  Jean-François Peyron [aut] (Inserm)
Maintainer: Raphael Bonnet <raphael.bonnet@univ-cotedazur.fr>
Repository: CRAN
Date/Publication: 2021-02-15 10:30:06 UTC
Built: R 4.1.0; ; 2021-11-19 13:20:30 UTC; unix
