-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 908 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
Package: fgem
Type: Package
Title: R package for Functional Genomics using Expectation Maximization (FGEM)
Version: 0.1.0
Author: Nicholas Knoblauch
Maintainer: Nicholas Knoblauch <[email protected]>
Description: Given a list of gene-level bayes factors and a series of annotations about those genes, FGEM simultaneously calculates a posterior probability of genes being causal, and estimates the effect sizeof the annotations.
License: GPL (>= 2)
LazyData: TRUE
Imports:
dplyr,
lbfgs,
furrr,
magrittr,
Matrix,
methods,
purrr,
Rcpp (>= 0.12.5),
RcppEigen,
tidyr,
rsample,
progressr
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
StanHeaders (>= 2.18.0)
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.0.9000
Depends:
R (>= 3.6.0)
Biarch: true
SystemRequirements: GNU make
Encoding: UTF-8