Readme.md

install the FinnProt R package

install.packages('devtools')
library(devtools)
install_git('https://github.com/wolski/FinnProt', build_vignettes = TRUE, quiet = FALSE)

build the ISCB2017 R package

roxygen2::roxygenise()

read the vignettes

# get an overview
library(FinnProt)

vignette(package="FinnProt")
vignette('fdr2')


wolski/FinnProt documentation built on May 4, 2019, 9:47 a.m.