README.md

README

Yandell R/qtl2shiny project.

What is this repository for?

What has been done

What are open development issues

Major issues

Minor issues

Contribution guidelines

Who do I talk to?

Installation

R/qtl2 is now available on CRAN, as are R/qtl2ggplot and R/qtl2pattern.

You first need to install the devtools package, plus a set of package dependencies: yaml, jsonlite, data.table, and RcppEigen. (Additional, secondary dependencies will also be installed)

install.packages(c("devtools", "yaml", "jsonlite", "data.table", "RcppEigen", "RSQLite"))

You will also need the following packages for qtl2shiny dependencies:

install.packages(c("tidyverse", "RColorBrewer", "fst",
  "shiny", "shinydashboard", "grid", "gridBase", "gdata", "GGally", "Rcpp",
  "mnormt", "corpcor", "qtl2", "qtl2fst", "qtl2ggplot", "qtl2pattern"))

Then, install plotly using devtools::install_github().

library(devtools)
install_github("ropensci/plotly")

Once you have installed these, install qtl2shiny and related packages as

install_github(paste0("byandell/",
  c("intermediate","qtl2mediate","qtl2shiny")))

To install qtl2shiny with vignettes (takes a bit longer):

install_github("byandell/qtl2shiny", build_vignettes=TRUE)


byandell/qtl2shiny documentation built on Nov. 9, 2023, 7:58 p.m.