Skip to content

cbaumbach/genFun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

(tested under Ubuntu 16.04)

Install "devtools" package and its dependencies

At the shell prompt:

sudo apt-get install libcurl4-openssl-dev libssl-dev

At the R prompt:

install.packages("devtools")

Install "genFun" package and its dependencies "miscFun" and "treeFun"

At the R prompt:

devtools::install_github("cbaumbach/miscFun")
devtools::install_github("cbaumbach/treeFun")
devtools::install_github("cbaumbach/genFun")

About

Utility functions for dealing with genetic data in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published