-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: HybridFindR
Title: Testing for differential introgression
Version: 1.0.0
Authors@R: c(person( "Keaka", "Farleigh", email = "[email protected]", role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-9195-121X")),
person( "Alfredo", "Ascanio", role = c("aut", "cph", "ctb"), comment = c(ORCID = "0000-0001-9987-7977")),
person( "Tereza", "Jezkova", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-4114-4564")))
Description: Functions to detect signals of differential introgression and investigate individual loci.
Takes a structure file as input, uses the R package gghybrid to idenify parental alleles, and then
uses a permutation approach to determine if there is a greater proportion of parental alleles
coming from one species than is expected by random chance. Also allows one to investigate individual alleles
according to missingness and the individuals that are homozygous and heterozygous for each of the parental
alleles at a locus.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
data.table,
devtools,
grDevices,
graphics,
gghybrid,
stats,
utils,
gtools,
plyr,
ggplot2,
dplyr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
Remotes: ribailey/gghybrid