-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1.5 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
Package: smartsnp
Type: Package
Title: Fast Multivariate Analyses of Big Genomic Data
Version: 1.1.0
Authors@R: c(
person("Salvador", family = "Herrando-Perez", email = "salherra@gmail.com",
role = c("aut"), comment = c(ORCID = "0000-0001-6052-6854")),
person("Ray", family = "Tobler", email = "tingalingx@gmail.com",
role = c("ctb"), comment = c(ORCID = "0000-0002-4603-1473")),
person("Christian", family = "Huber", email = "christian.domitian.huber@gmail.com",
role = c("ctb", "cre"), comment = c(ORCID = "0000-0002-2267-2604")))
Maintainer: Christian Huber <christian.domitian.huber@gmail.com>
Description: Fast computation of multivariate analyses of small (10s to 100s markers) to big (1000s to 100000s) genotype data. Runs Principal Component Analysis allowing for centering, z-score standardization and scaling for genetic drift, projection of ancient samples to modern genetic space and multivariate tests for differences in group location (Permutation-Based Multivariate Analysis of Variance) and dispersion (Permutation-Based Multivariate Analysis of Dispersion).
Language: en-GB
License: MIT + file LICENSE
URL: https://christianhuber.github.io/smartsnp/
BugReports: https://github.com/ChristianHuber/smartsnp/issues
Depends: R (>= 3.6.0)
VignetteBuilder: knitr
Imports:
bootSVD,
data.table,
foreach,
Rfast,
RSpectra,
vegan,
vroom,
Rcpp,
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.1.1
Encoding: UTF-8
LinkingTo:
Rcpp,
RcppArmadillo