-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
147 lines (147 loc) · 3.4 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Package: strataG
Title: Summaries and Population Structure Analyses of Genetic Data
Description: A toolkit for analyzing stratified population genetic data.
Functions are provided for summarizing and checking loci
(haploid, diploid, and polyploid), single stranded DNA sequences,
calculating most population subdivision metrics, and running external programs
such as structure and fastsimcoal. The package is further described in
Archer et al (2016) <doi:10.1111/1755-0998.12559>.
Version: 2.5.01
License: GNU General Public License
Authors@R: c(
EA = person("Eric", "Archer", email = "[email protected]", role = c("aut", "cre")),
PA = person("Paula", "Adams", email = "[email protected]", role = c("aut")),
BS = person("Brita", "Schneiders", email = "[email protected]", role = c("aut")),
SF = person("Sarina", "Fernandez", email = "[email protected]", role = c("aut")),
WA = person("Warren", "Asfazadour", email = "[email protected]", role = c("aut")))
URL: https://github.com/EricArcher/strataG
BugReports: https://github.com/EricArcher/strataG/issues
Depends:
R (>= 4.0.0)
Suggests:
knitr,
rmarkdown,
testthat,
qgraph
Imports:
Rcpp (>= 1.0.5),
ape (>= 5.4),
apex (>= 1.0.4),
adegenet (>= 2.1.3),
dplyr (>= 1.0.2),
tibble (>= 3.0.4),
tidyr (>= 1.1.2),
purrr (>= 0.3.4),
data.table (>= 1.13.6),
copula (> 1.0),
genepop (>= 1.1.7),
ggplot2 (>= 3.3.3),
graphics,
grid (>= 4.0.3),
gridExtra (>= 2.3),
magrittr (>= 2.0.1),
methods,
pegas (>= 0.14),
phangorn (>= 2.5.5),
rlang (>= 0.4.10),
rmetasim,
sprex (>= 1.4.2),
stats,
stringi (>= 1.5.3),
swfscMisc (>= 1.4),
utils
Remotes:
stranda/rmetasim
Collate:
strataG-package.R
RcppExports.R
gtypes.class.R
gtypes.accessors.R
is.gtypes.R
gtypes.initialize.R
strataG-internal.R
as.data.frame.gtypes.R
alleleFreqs.R
alleleSplit.R
allelicRichness.R
as.multidna.R
dupGenotypes.R
heterozygosity.R
labelHaplotypes.R
numAlleles.R
numGenotyped.R
numMissing.R
permuteStrata.R
privateAlleles.R
propUniqueAlleles.R
readGenData.R
removeUnusedSequences.R
sharedLoci.R
strataSplit.R
stratify.R
summarizeLoci.R
summarizeInds.R
summarizeSeqs.R
gtypes.show.R
gtypes.summary.R
writeGtypes.R
df2gtypes.R
sequence2gtypes.R
baseFreqs.R
createConsensus.R
iupac.R
expandHaplotypes.R
trimNs.R
fasta.R
fixedSites.R
variableSites.R
nucleotideDiversity.R
fixedDifferences.R
lowFreqSubs.R
sequenceLikelihoods.R
nucleotideDivergence.R
popGenEqns.R
freq2GenData.R
gtypes2genind.R
gtypes2genlight.R
gtypes2loci.R
gtypes2phyDat.R
theta.R
maf.R
TiTvRatio.R
simGammaHaps.R
mostDistantSequences.R
mostRepresentativeSequences.R
write.nexus.snapp.R
mega.R
mRatio.R
neiDa.R
mafft.R
arlequin.R
ldNe.R
genepop.R
hweTest.R
jackHWE.R
LDgenepop.R
fsc.input.R
fscWrite.R
fscRun.R
fscRead.R
sfs.R
structure.R
structurePlot.R
evanno.R
clumpp.R
fusFs.R
tajimasD.R
popStructTest.R
gelato.R
phase.R
maverickRun.R
summarizeAll.R
landscape2gtypes.R
LazyData: TRUE
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.2.3