/ugnome

This repository contains the R package ugnome which is a collection of utility functions for statistical genetic analyses.

Primary LanguageR

license

Utility Functions for Genomic Analysis

Installation

In R, run

# install.packages("devtools")
devtools::install_github("PDRohde/ugnome")

Other useful packages

We have previously developed and published the R-package {qgg} for quantitative genetic and genomic analyses, which can be installed from CRAN:

install.packages("qgg")
library(qgg)