R/GUSrelate-package.R

##########################################################################
# Genotyping Uncertainty with Sequencing data and RELATEdness (GUSrelate)
# Copyright 2019-2024 Timothy P. Bilton
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#########################################################################
#
#' Genotyping Uncertainty with Sequencing data and RELATEdness (GUSrelate)
#'
#' GUSrelate is a package for computing relatedness between all pairs of individuals in a population
#' via reference and alternate count information from sequence data.
#'
#' \tabular{ll}{ Package: \tab GUSrelate\cr Type: \tab Package\cr Version: \tab
#' 0.2.3\cr Date: \tab 2025-02-20\cr License: \tab GPL-3\cr }
#'
#' @name GUSrelate-package
#' @aliases GUSrelate
#' @author Timothy P. Bilton, Maintainer: Timothy P. Bilton
#' <timothy.bilton@agresearch.co.nz>
# #' @references
# #' \insertAllCited{}
#' @keywords package
#' @importFrom Rdpack reprompt
#' @importFrom R6 R6Class
#' @import GUSbase
"_PACKAGE"
tpbilton/GUSrelate documentation built on Feb. 20, 2025, 4:35 p.m.