Package: gscramble
Type: Package
Title: Simulating Admixed Genotypes Without Replacement
Version: 1.0.2
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
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
NeedsCompilation: no
Packaged: 2026-07-03 02:38:09 UTC; eriq
Author: Eric C. Anderson [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1326-0840>),
  Rachael M. Giglio [aut] (ORCID:
    <https://orcid.org/0000-0003-4183-3546>),
  Matt G. DeSaix [aut] (ORCID: <https://orcid.org/0000-0002-5721-0311>),
  Timothy J. Smyser [aut] (ORCID:
    <https://orcid.org/0000-0003-4542-3077>)
Maintainer: Eric C. Anderson <eriq@rams.colostate.edu>
Repository: CRAN
Date/Publication: 2026-07-03 08:50:19 UTC
Built: R 4.6.1; ; 2026-07-03 12:53:50 UTC; unix
