forked from pollardlab/microSLAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 724 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 724 Bytes
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
Package: microSLAM
Type: Package
Title: Microbiome Population Structure Leveraged Association Models
Version: 0.0.1.0
Authors@R:
person( given ="Miriam",family ="Goldman",email ="miriamagoldman@gmail.com",role = c("aut","cre"))
Description: This package runs Microbiome Population Structure Leveraged Association Models using the Generalized Linear Mixed Model Approach.
License: use_mit_license()
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8
Imports:
utils,
stats,
data.table,
logr,
magrittr,
dplyr,
ggplot2,
tidyr,
ggExtra,
stringr,
parallelDist,
pheatmap,
RcppArmadillo,
Matrix,
RcppXPtrUtils,
pROC,
Rfast
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
LazyData: true