-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 907 Bytes
/
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: fluster
Type: Package
Title: Fingerprint-based clustering of flow cytometry data
Version: 1.0.2
Author: Wade Rogers
Maintainer: Wade Rogers <[email protected]>
Description: Fluster combines the speed and efficiency of Cytometric
Fingerprinting (implemented in flowFP) with hierarchical agglomerative clustering.
Conventional clustering is too slow to deal with the millions of data points (events)
that are commonly encountered in flow cytometry data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
biocViews:
Depends:
R (>= 3.4.0),
flowCore (>= 1.42.0)
Imports:
flowCore,
flowFP,
wadeTools,
igraph,
cluster,
fields,
KernSmooth,
diptest,
Rtsne
Remotes:
bioc::release/flowCore,
bioc::release/flowFP,
rogerswt/wadeTools
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr