-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
67 lines (67 loc) · 1.42 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: CytoExploreR
Type: Package
Title: Interactive Analysis of Cytometry Data
Version: 1.1.0
Date: 2021-04-19
Authors@R: c(
person("Dillon", "Hammill", role = c("aut", "cre"), email = "Dillon.Hammill@anu.edu.au"),
person("Greg", "Finak", role = "ctb", email = "gfinak@fredhutch.org"),
person("Mike", "Jiang", role = "ctb", email = "wjiang2@fhcrc.org"))
Description: An intuitive and interactive approach to analysing cytometry data
in R. This package has been developed under ROpenSci gudelines to integrate
conventional and cutting edge cytometry analysis tools under a unified
open-source framework.
URL: https://github.com/DillonHammill/CytoExploreR
BugReports: https://github.com/DillonHammill/CytoExploreR/issues
Depends:
R (>= 3.5.0),
flowCore (>= 1.53.8),
flowWorkspace (>= 3.35.8),
openCyto (>= 1.25.2)
Imports:
BiocGenerics,
bslib,
data.table,
dplyr,
EmbedSOM,
flowAI,
graphics,
grDevices,
gtools,
MASS,
magrittr,
methods,
purrr,
robustbase,
rhandsontable (>= 0.3.7),
Rtsne,
rsvd,
shiny,
stats,
superheat (>= 1.0.0),
tibble,
tidyr,
tools,
umap,
utils,
visNetwork
Suggests:
covr,
CytoExploreRData,
cytolib,
knitr,
mockery,
rmarkdown,
RProtoBufLib,
testthat,
scattermore,
CytoML
Remotes:
DillonHammill/CytoExploreRData
biocViews:
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Language: en-GB