-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 867 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: higana
Type: Package
Title: Ontology-based analysis of genetic variants.
Version: 0.1.0
Authors@R: person("Simon Jonas", "Larsen", email="simonhffh@gmail.com", role=c("aut","cre"), comment=c(ORCID="0000-0001-8076-5035"))
Maintainer: Simon J. Larsen <simonhffh@gmail.com>
Description: Package for performing ontology-based association analysis of genetic variants using a principal component regression framework.
License: MIT + file LICENSE
URL: https://github.com/SimonLarsen/higana
BugReports: https://github.com/SimonLarsen/higana/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports:
ontologyIndex,
corpcor,
stringr,
Matrix,
GenomicRanges,
igraph,
circlize,
fastmatch,
future.apply,
broom,
dplyr,
BEDMatrix,
ggplot2
Suggests:
DiagrammeR,
knitr,
rmarkdown
VignetteBuilder: knitr