-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.06 KB
/
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
Encoding: UTF-8
Package: hJAM
Type: Package
Title: Hierarchical Joint Analysis of Marginal Summary Statistics
Version: 1.0.1
Author: Lai Jiang <jian848@usc.edu>
Maintainer: Lai Jiang <jian848@usc.edu>
Description: Provides functions to implement a hierarchical approach which is designed to perform joint analysis of summary statistics using the framework of Mendelian Randomization or transcriptome analysis. Reference: Lai Jiang, Shujing Xu, Nicholas Mancuso, Paul J. Newcombe, David V. Conti (2020). "A Hierarchical Approach Using Marginal Summary Statistics for Multiple Intermediates in a Mendelian Randomization or Transcriptome Analysis." <bioRxiv><doi:10.1101/2020.02.03.924241>.
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/USCbiostats/hJAM
BugReports: https://github.com/USCbiostats/hJAM/issues
Depends: R (>= 3.5.0)
Imports:
ggplot2,
reshape2,
glmnet,
susieR,
dplyr,
utils,
tibble,
matrixcalc,
Rmpfr
Remotes:
github::lailylajiang/susieR