-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.75 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
Package: SNPassoc
Version: 2.1-2
Date: 2024-10-28
Depends: R (>= 4.0.0)
Imports:
haplo.stats,
mvtnorm,
parallel,
survival,
tidyr,
plyr,
ggplot2,
poisbinom
Suggests: testthat, knitr, rmarkdown, biomaRt,
VariantAnnotation,
GenomicRanges, IRanges, S4Vectors, org.Hs.eg.db,
TxDb.Hsapiens.UCSC.hg19.knownGene
Title: SNPs-Based Whole Genome Association Studies
Authors@R: c( person(given = "Victor", family = "Moreno", role = "aut"),
person(given = "Juan R", family = "Gonzalez",
email = "juanr.gonzalez@isglobal.org", role = c("aut"),
comment = c(ORCID = "0000-0003-3267-2146")),
person(given = "Dolors", family = "Pelegri",
email = "dolors.pelegri@isglobal.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5993-3003")))
Description: Functions to perform most of the common analysis in genome
association studies are implemented. These analyses include descriptive
statistics and exploratory analysis of missing values, calculation of
Hardy-Weinberg equilibrium, analysis of association based on generalized
linear models (either for quantitative or binary traits), and analysis
of multiple SNPs (haplotype and epistasis analysis). Permutation test
and related tests (sum statistic and truncated product) are also
implemented. Max-statistic and genetic risk-allele score exact
distributions are also possible to be estimated. The methods are
described in Gonzalez JR et al., 2007 <doi: 10.1093/bioinformatics/btm025>.
URL: https://github.com/isglobal-brge/SNPassoc
License: GPL (>= 2)
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.2
NeedsCompilation: no