-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.66 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: skater
Title: Utilities for SNP-Based Kinship Analysis
Description: Utilities for single nucleotide polymorphism (SNP) based kinship analysis
testing and evaluation. The 'skater' package contains functions for importing, parsing,
and analyzing pedigree data, performing relationship degree inference, benchmarking
relationship degree classification, and summarizing identity by descent (IBD) segment data.
Package functions and methods are described in Turner et al. (2021) "skater: An R package
for SNP-based Kinship Analysis, Testing, and Evaluation" <doi:10.1101/2021.07.21.453083>.
Version: 0.1.2
Authors@R:
c(person(given = "Stephen",
family = "Turner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9140-9028")),
person(given = "Matthew",
family = "Scholz",
role = "aut",
comment = c(ORCID = "0000-0003-3686-1227")),
person(given = "VP",
family = "Nagraj",
role = "aut",
comment = c(ORCID = "0000-0003-0060-566X")),
person("Signature Science, LLC.",
role = "cph"))
License: MIT + file LICENSE
URL: https://github.com/signaturescience/skater
BugReports: https://github.com/signaturescience/skater/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends:
R (>= 3.0.0)
Imports:
magrittr,
dplyr,
tidyr,
readr,
purrr,
kinship2,
corrr,
grDevices,
tibble,
rlang
Suggests:
rmarkdown,
markdown,
knitr,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
VignetteBuilder: knitr