-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
43 lines (43 loc) · 1.4 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
36
37
38
39
40
41
42
43
Package: bifurcatoR
Type: Package
Title: Hunt for bumps in high-dimensional (or low-dimensional!) data
Description: A special case of variance analysis exists when one group may have discernible forking in phenotypes over time. This library provides some tools to design experiments for such cases, along with some example data.
Version: 0.99.20240320
Date: 2024-03-20
Authors@R: c(person("Zach", "Madaj", role=c("aut", "cre"),
email="[email protected]"),
person("Carmen", "Khoo", role=c("aut", "cre"),
email="[email protected]"),
person("Ember", "Tokarski", role=c("ctb"),
email="[email protected]"),
person("Tim", "Triche", role=c("aut", "cre"),
email="[email protected]"))
Author: Carmen Khoo, Zach Madaj, Ember Tokarski, Mao Ding, and Tim Triche
Maintainer: triche lab <[email protected]>
URL: https://github.com/VanAndelInstitute/bifurcatoR
BugReports: https://github.com/VanAndelInstitute/bifurcatoR/issues
License: GPLv2
Depends:
R (>= 4.0.0)
Imports:
MASS,
mclust,
diptest,
twosamples,
LaplacesDemon,
BiocParallel,
mousetrap,
shiny,
dplyr,
mixR,
car
Suggests:
covr,
uwot,
iSEE,
SingleCellExperiment,
table1,
testthat
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8