knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    crop = NULL ## Related to https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016656.html
)

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")

Quick start to using AnnotationGx

library("AnnotationGx")
## Session info
library("sessioninfo")
options(width = 120)
session_info()


bhklab/AnnotationGx documentation built on April 3, 2025, 4:27 p.m.