-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 1.62 KB
/
DESCRIPTION
File metadata and controls
71 lines (71 loc) · 1.62 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
66
67
68
69
70
71
Encoding: UTF-8
Type: Package
Package: pecotmr
Version: 0.5.0
Date: 2026-02-28
Title: Post-GWAS 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://statfungen.github.io/pecotmr, 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"),
person("StatFunGen Lab", role = "ctb"))
License: MIT + file LICENSE
Imports:
IRanges,
Rcpp,
S4Vectors,
bigsnpr,
bigstatsr,
coloc,
doFuture,
dplyr,
furrr,
future,
magrittr,
matrixStats,
purrr,
readr,
rlang,
stringr,
susieR,
tibble,
tidyr,
vctrs,
vroom
Suggests:
coda,
colocboost,
GBJ,
Rfast,
flashier,
fsusieR,
glmnet,
harmonicmeanp,
knitr,
mashr,
mr.mashr,
mvsusieR,
pgenlibr,
qgg,
quadprog,
quantreg,
udr,
XICOR,
qvalue,
rmarkdown,
snpStats,
testthat
Remotes:
stephenslab/fsusieR,
stephenslab/mvsusieR,
stephenslab/susieR,
stephenslab/udr
LinkingTo:
Rcpp,
RcppArmadillo
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.3