-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
executable file
·31 lines (31 loc) · 1.11 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
Package: denovolyzeR
Title: Statistical Analyses of De Novo Genetic Variants
Version: 0.2.0
Date: 2016-08-01
Authors@R: c(
person("James","Ware",email="[email protected]",role=c("aut","cre")),
person("Jason","Homsy",role="ctb"),
person("Kaitlin","Samocha",role="ctb")
)
Description: An integrated toolset for the analysis of de novo (sporadic)
genetic sequence variants. denovolyzeR implements a mutational model that
estimates the probability of a de novo genetic variant arising in each human
gene, from which one can infer the expected number of de novo variants in a
given population size. Observed variant frequencies can then be compared against
expectation in a Poisson framework. denovolyzeR provides a suite of functions
to implement these analyses for the interpretation of de novo variation in human
disease.
Depends:
R (>= 3.1.0)
Imports:
dplyr (>= 0.3),
reshape2 (>= 1.4)
License: GPL-3
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: http://denovolyzeR.org
BugReports: http://github.com/jamesware/denovolyzeR/issues
RoxygenNote: 5.0.1