-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.16 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: PeacoQC
Title: Peak-based selection of high quality cytometry data
Version: 1.11.2
Authors@R:
person(given = "Annelies",
family = "Emmaneel",
role = c("aut", "cre"),
email = "[email protected]")
Description: This is a package that includes pre-processing and quality control functions that can remove margin events, compensate and transform the data and that will use PeacoQCSignalStability for quality control. This last function will first detect peaks in each channel of the flowframe. It will remove anomalies based on the IsolationTree function and the MAD outlier detection method. This package can be used for both flow- and mass cytometry data.
Encoding: UTF-8
License: GPL (>=3)
LazyData: true
URL: http://github.com/saeyslab/PeacoQC
BugReports: http://github.com/saeyslab/PeacoQC/issues
Depends: R (>= 4.0)
Imports:
circlize,
ComplexHeatmap,
flowCore,
flowWorkspace,
ggplot2,
grDevices,
grid,
gridExtra,
methods,
plyr,
stats,
utils
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
BiocStyle
VignetteBuilder: knitr
biocViews: FlowCytometry, QualityControl, Preprocessing, PeakDetection