R/Ham.fam.set.combns.by.pool.R

#' @name Ham.fam.set.combns.by.pool
#' @docType data
#' @keywords datasets
#' @title Family set combination by pool data for small worked example in Hamilton et al. in prep
#' @description Identifies family set combinations with pooled samples
#' @usage Ham.fam.set.combns.by.pool
#' @format Data frame
#' @author Matthew Hamilton <matthew.hamilton@csiro.au>
#' @source Hamilton et al. (in prep) Methods of parentage assignment for pooled samples using low-density SNP data
#' @references Hamilton et al. (in prep) Methods of parentage assignment for pooled samples using low-density SNP data

Ham.fam.set.combns.by.pool <- data.frame(SAMPLE_ID = 1022042,
                                 FAM_SET_COMBN_ID = 1)

usethis::use_data(Ham.fam.set.combns.by.pool, overwrite = TRUE)
mghamilton/SNPpools documentation built on Feb. 13, 2021, 12:52 a.m.