-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 832 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 832 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
35
36
Package: microSLAM
Type: Package
Title: Population Structure Aware Microbiome Association Models
Version: 1.0.0.9000
Authors@R: c(
person(given ="Miriam",family ="Goldman",email ="miriamagoldman@gmail.com",role = c("aut", "cre")),
person(given ="Chunyu",family ="Zhao",role = c("aut")),
person(given ="Katie",family ="Pollard",role = c("aut", "ths")))
Description: This package runs population structure aware microbiome association models using generalized linear mixed model approach.
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Imports:
utils,
stats,
data.table,
logr,
magrittr,
dplyr,
ggplot2,
tidyr,
ggExtra,
stringr,
parallelDist,
pheatmap,
Matrix,
pROC,
Rfast
Suggests:
knitr,
rmarkdown,
DT,
tidyverse
VignetteBuilder: knitr
LazyData: true