Package: gscramble Type: Package Title: Simulating Admixed Genotypes Without Replacement Version: 1.0.1.9000 Authors@R: c( person(given = c("Eric", "C."), "Anderson", , "eriq@rams.colostate.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1326-0840") ), person(given = c("Rachael", "M."), "Giglio", , "rachael.giglio@usda.gov", role = c("aut"), comment = c(ORCID = "0000-0003-4183-3546") ), person(given = c("Matt", "G."), "DeSaix", , "mgdesaix@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-5721-0311") ), person(given = c("Timothy", "J."), "Smyser", , "timothy.j.smyser@usda.gov", role = c("aut"), comment = c(ORCID = "0000-0003-4542-3077") ) ) Description: A genomic simulation approach for creating biologically informed individual genotypes from empirical data that 1) samples alleles from populations without replacement, 2) segregates alleles based on species-specific recombination rates. 'gscramble' is a flexible simulation approach that allows users to create pedigrees of varying complexity in order to simulate admixed genotypes. Furthermore, it allows users to track haplotype blocks from the source populations through the pedigrees. License: CC0 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Depends: R (>= 3.5.0) Imports: dplyr, ggplot2, glue, magrittr, purrr, readr, rlang, stats, stringr, tibble, tidyr Suggests: cowplot, knitr, rmarkdown, tidyverse VignetteBuilder: knitr URL: https://github.com/eriqande/gscramble BugReports: https://github.com/eriqande/gscramble/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://eriqande.r-universe.dev Date/Publication: 2026-07-03 02:36:49 UTC RemoteUrl: https://github.com/eriqande/gscramble RemoteRef: HEAD RemoteSha: 790ef9280f05157eafbd95607b3fbc40d83fe568 NeedsCompilation: no Packaged: 2026-07-03 03:03:59 UTC; root Author: Eric C. Anderson [aut, cre] (ORCID: ), Rachael M. Giglio [aut] (ORCID: ), Matt G. DeSaix [aut] (ORCID: ), Timothy J. Smyser [aut] (ORCID: ) Maintainer: Eric C. Anderson