-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 838 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
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: isotwas
Type: Package
Title: Isoform-level transcriptome-wide association studies
Version: 1.0.0
Authors@R:
person(given = "Arjun",
family = "Bhattacharya",
role = c("aut", "cre"),
email = "bhattacharya.a.bt@gmail.com")
Description: This package trains isoTWAS models, runs stagewise trait-mapping,
and transcript-level fine-mapping
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
tidyverse,
magrittr,
dplyr
VignetteBuilder: knitr
Imports:
ACAT (>= 0.91),
boot,
bigsnpr,
caret,
condMVNorm,
doParallel,
estimatr,
glmnet,
huge,
joinet,
MASS,
Matrix,
mvtnorm,
parallel,
pbapply,
rlist,
rrBLUP,
spls,
susieR,
tibble
Remotes:
yaowuliu/ACAT