-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.05 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
31
32
33
34
35
Package: scglmmr
Type: Package
Title: Sample-level Single-cell Generalized Linear Multilevel Models in R
Version: 0.1.0
Authors@R:
c(person(given = "Matthew",
family = "Mulè",
role = c("aut", "cre"),
email = "mattmule@gmail.com",
comment = c(ORCID = "0000-0001-8457-2716")),
person(given = "Andrew",
family = "Martins",
role = "ctb",
email = "andrew.martins@nih.gov",
comment = c(ORCID = "0000-0002-1832-1924")),
person(given = "John",
family = "Tsang",
role = "ths",
email = "john.tsang@nih.gov",
comment = c(ORCID = "0000-0003-3186-3047"))
)
Description: group and sample level comparisons for single cell data with mixed effects models
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/MattPM/scglmmr
BugReports: https://github.com/MattPM/scglmmr/issues
Imports:
magrittr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)