-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 928 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
31
32
Package: h2geneR
Type: Package
Title: Gene-level heritability estimation
Version: 0.1.2
Authors@R: c(person("Burch","Kathryn",role="aut"),
person("Hou","Kangcheng",role=c("aut", "cre"),
email="[email protected]"),
person("Ding","Yi",role=c("aut"),
email="[email protected]"),
person("Pasaniuc", "Bogdan", role="aut"))
Depends:
R (>= 3.5.0)
Imports:
MASS,
matrixStats,
susieR
Suggests:
dplyr,
ggplot2,
knitr,
patchwork,
rmarkdown
SystemRequirements: ImageMagick (to build vignette ld.Rmd)
License: MIT + file LICENSE
URL: https://github.com/bogdanlab/h2gene
Description: A method for partitioning gene-level contributions to complex-trait
heritability by allele frequency (or any other binary annotations)
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.1.1
VignetteBuilder: knitr