forked from GreenwoodLab/RVPedigree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.35 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
Package: RVPedigree
Title: Methods for Family-Based Rare-Variant Genetic Association Tests
Version: 0.0.3
Authors@R: c(person("Karim", "Oualkacha", email =
"oualkacha.karim@uqam.ca", role = c("aut", "cre")),
person("M'Hamed Lajmi", "Lakhal-Chaieb", email =
"Lajmi.Lakhal@mat.ulaval.ca", role = "aut"),
person("Celia M.T.", "Greenwood", email =
"celia.greenwood@mcgill.ca", role = "aut"),
person("Lennart C.", "Karssen", email =
"l.c.karssen@polyomica.com", role = "aut"),
person("Sodbo", "Sharapov", email =
"sharapovsodbo@gmail.com", role = "aut")
)
Author: Karim Oualkacha [aut, cre],
M'Hamed Lajmi Lakhal-Chaieb [aut],
Celia M.T. Greenwood [aut],
Lennart C. Karssen [aut],
Sodbo Sharapov [aut]
Maintainer: Karim Oualkacha <oualkacha.karim@uqam.ca>
Description: This is a collection of the five region-based
rare-variant genetic association tests. The following tests are
currently implemented: ASKAT, ASKAT-Normalized, VC-C1, VC-C2 and
VC-C3.
Depends: R (>= 3.2.2), foreach, doParallel
Imports: ks, CompQuadForm, Matrix, snpStats, kinship2
Suggests: GenABEL, knitr, methods
License: GPL (>=3)
Copyright: Celia M.T. Greenwood
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-12-04 01:53:06 UTC; karimoualkacha