knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(qgert)

Abstract

The package qgert provides a set of tools that are useful for genetic evaluation routine tasks. The tools are provided as bash scripts or as R-functions.

Installation

The package can be installed from github with

# install.packages("devtools")
devtools::install_github("pvrqualitasag/qgert")

Features

The following features are available in package qgert

  1. Comparison Plot Reports: For each trait group comparison plots can be summarized into a report. Please have a look at the specific article on comparison plot reports.
  2. Create New Bash Script: new bash scripts can be created using the command: <path-to-rlib>/qgert/bash/new_bash_script.sh -t <path-to-rlib>/qgert/templates/bash/bash_script_so.template where on the ZWS-servers the value for <path-to-rlib> corresponds to /home/zws/lib/R/library.
  3. Convert Bash Scripts To HTML: Specially formatted bash scripts can be converted into a static HTML-page. For more details, please have a look at the article on Spinning Bash Scripts.

Problems and Bugs should be reported at https://github.com/pvrqualitasag/qgert/issues.

Session Info

sessioninfo::session_info()

Latest Update

Sys.time()


pvrqualitasag/qgert documentation built on June 29, 2021, 11:14 p.m.