Skip to contents

Basics

Install AnnotationGx

R is an open-source statistical environment which can be easily modified to enhance its functionality via packages. AnnotationGx is a R package

TODO::after submitting to cran update this

Citing AnnotationGx

We hope that AnnotationGx will be useful for your research. Please use the following information to cite the package and the overall approach. Thank you!

## Citation info
citation("AnnotationGx")
#> To cite package 'AnnotationGx' in publications use:
#> 
#>   Joseph J, Eeles C, Haibe-Kains B (2024). _AnnotationGx: AnnotationGx:
#>   A package for building, updating and querying an annotation database
#>   for pharmaco-genomic data_. R package version 0.0.0.9097,
#>   <https://bhklab.github.io/AnnotationGx/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {AnnotationGx: AnnotationGx: A package for building, updating and querying an
#> annotation database for pharmaco-genomic data},
#>     author = {Jermiah Joseph and Christopher Eeles and Benjamin Haibe-Kains},
#>     year = {2024},
#>     note = {R package version 0.0.0.9097},
#>     url = {https://bhklab.github.io/AnnotationGx/},
#>   }

Quick start to using AnnotationGx

#> ─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────────────
#>  setting  value
#>  version  R version 4.3.3 (2024-02-29)
#>  os       Ubuntu 22.04.4 LTS
#>  system   x86_64, linux-gnu
#>  ui       X11
#>  language en
#>  collate  C.UTF-8
#>  ctype    C.UTF-8
#>  tz       UTC
#>  date     2024-04-18
#>  pandoc   3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/ (via rmarkdown)
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────────────
#>  package      * version    date (UTC) lib source
#>  AnnotationGx * 0.0.0.9097 2024-04-18 [1] local
#>  backports      1.4.1      2021-12-13 [1] RSPM
#>  bslib          0.7.0      2024-03-29 [1] RSPM
#>  cachem         1.0.8      2023-05-01 [1] RSPM
#>  checkmate      2.3.1      2023-12-04 [1] RSPM
#>  cli            3.6.2      2023-12-11 [1] RSPM
#>  data.table     1.15.4     2024-03-30 [1] RSPM
#>  desc           1.4.3      2023-12-10 [1] RSPM
#>  digest         0.6.35     2024-03-11 [1] RSPM
#>  evaluate       0.23       2023-11-01 [1] RSPM
#>  fastmap        1.1.1      2023-02-24 [1] RSPM
#>  fs             1.6.3      2023-07-20 [1] RSPM
#>  htmltools      0.5.8.1    2024-04-04 [1] RSPM
#>  jquerylib      0.1.4      2021-04-26 [1] RSPM
#>  jsonlite       1.8.8      2023-12-04 [1] RSPM
#>  knitr          1.46       2024-04-06 [1] RSPM
#>  lifecycle      1.0.4      2023-11-07 [1] RSPM
#>  magrittr       2.0.3      2022-03-30 [1] RSPM
#>  memoise        2.0.1      2021-11-26 [1] RSPM
#>  pkgdown        2.0.8      2024-04-10 [1] any (@2.0.8)
#>  purrr          1.0.2      2023-08-10 [1] RSPM
#>  R6             2.5.1      2021-08-19 [1] RSPM
#>  ragg           1.3.0      2024-03-13 [1] RSPM
#>  rlang          1.1.3      2024-01-10 [1] RSPM
#>  rmarkdown      2.26       2024-03-05 [1] RSPM
#>  sass           0.4.9      2024-03-15 [1] RSPM
#>  sessioninfo  * 1.2.2      2021-12-06 [1] RSPM
#>  systemfonts    1.0.6      2024-03-07 [1] RSPM
#>  textshaping    0.3.7      2023-10-09 [1] RSPM
#>  vctrs          0.6.5      2023-12-01 [1] RSPM
#>  xfun           0.43       2024-03-25 [1] RSPM
#>  yaml           2.3.8      2023-12-11 [1] RSPM
#> 
#>  [1] /home/runner/work/_temp/Library
#>  [2] /opt/R/4.3.3/lib/R/site-library
#>  [3] /opt/R/4.3.3/lib/R/library
#> 
#> ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────