-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 872 Bytes
/
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
Package: geneplot
Type: Package
Title: Genetic Assignment and Plotting
Version: 1.0.0
Authors: Louise McMillan <[email protected]> and Rachel Fewster
Authors@R: c(
person("Louise", "McMillan", email = "[email protected]", role = c("cre","aut")),
person("Rachel", "Fewster", role = "aut"))
Maintainer: Louise McMillan <[email protected]>
Description: Run genetic assignment and plot the results. Compare populations and
individuals using microsatellite or SNP data and calculate and plot
log-genotype-probabilities for each individual with respect to all of the
reference populations.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
graphics,
RColorBrewer,
stats,
utils,
Rcpp,
grid
LinkingTo: Rcpp, BH