forked from hemstrow/snpR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
87 lines (87 loc) · 2.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: snpR
Type: Package
Title: Whole-Genome Analysis Tools for Use with Single Nucleotide Polymorphism Data
Version: 1.2.4
Authors@R: c(person("William", "Hemstrom", email = "[email protected]",
role = c("aut", "cre")),
person("Melissa", "Jones", email = "[email protected]", role = c("aut", "ctb")),
person("Avani", "Chitre", email = "[email protected]", role = "ctb"),
person("Keming", "Su", email = "[email protected]", role = "ctb"),
person("Francis", "Roy", role = "cph", comment = "Holder of pophelper license"))
Description: A toolkit for analyzing Single Nucleotide Polymorphism whole-genome data in a user-friendly way,
allowing for the data to be automatically split and calculated across multiple metadata categories simultaneously.
This includes functions to get most summary statistics and smooth them, map pairwise linkage disequilibrium,
determine the significance of smoothed statistics via bootstrapping, do association testing, plot many
kinds of results, convert to many common output formats,
and filter raw data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
doParallel,
dplyr,
matrixStats,
methods,
ggplot2,
parallel,
plyr,
purrr,
rbibutils,
reshape2,
rlang,
stats
Depends:
data.table,
foreach,
R (>= 3.6.0)
Suggests:
ade4,
adegenet,
AGHmatrix,
ape,
BGLR,
bigmemory,
bigtabulate,
BiocManager,
genepop,
genio,
geosphere,
ggrepel,
GMMAT,
knitr,
LEA,
markdown,
missMDA,
mmtsne,
openxlsx,
ranger,
rmarkdown,
readr,
remotes,
Rtsne,
shiny,
umap,
vcfR,
viridis,
testthat,
covr
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Collate:
'NeEstimator_interface.R'
'association_functions.R'
'bootstrapping_functions.R'
'colony_interface.R'
'dataset_documentation.R'
'import_functions.R'
'import_wrappers.R'
'internals.R'
'plotting_functions.R'
'pophelper_redistribution.R'
'sequoia_interface.R'
'sfs_functions.R'
'smoothing_functions.R'
'snpRdata.R'
'snpRdata_methods.R'
'stat_functions.R'
'utility_functions.R'