forked from StatFunGen/pecotmr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
65 lines (65 loc) · 1.44 KB
/
DESCRIPTION
File metadata and controls
65 lines (65 loc) · 1.44 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Encoding: UTF-8
Type: Package
Package: pecotmr
Version: 0.3.3
Date: 2025-02-20
Title: Pair-wise enrichment, colocalization, TWAS and Mendelian Randomization to integrate molecular QTL and GWAS.
Description: The majority of the statistical models in pecotmr are based on fine-mapped single effects described in Wang G et al (2020) JRSS-B. It also incorporates wrappers to a series of useful TWAS methods as well as utility functions for QTL and GWAS integration.
URL: https://github.com/StatFunGen/pecotmr
BugReports: https://github.com/StatFunGen/pecotmr/issues
Authors@R: c(person("Gao Wang",role = c("cre","aut"),
email = "wang.gaow@columbia.edu"),
person("Daniel Nachun", role = "aut",
email = "dnachun@stanford.edu"))
License: MIT + file LICENSE
Imports:
IRanges,
R6,
Rcpp,
S4Vectors,
bigsnpr,
bigstatsr,
coloc,
data.table,
doFuture,
dplyr,
furrr,
future,
magrittr,
matrixStats,
purrr,
readr,
rlang,
stringr,
susieR,
tibble,
tidyr,
vctrs,
vroom
Suggests:
GBJ,
Rfast,
flashier,
fsusieR,
glmnet,
harmonicmeanp,
knitr,
mashr,
mr.ash.alpha,
mr.mash.alpha,
mvsusieR,
pgenlibr,
qgg,
quadprog,
quantreg,
qvalue,
rmarkdown,
snpStats,
testthat
LinkingTo:
Rcpp,
RcppArmadillo,
RcppGSL
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.2