-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.02 KB
/
Copy pathDESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: flowCut
Type: Package
Title: Automated Removal of Outlier Events and Flagging
of Files Based on Time Versus Fluorescence Analysis
Version: 1.5.2
Date: 2022-03-24
Authors@R: c(person("Justin","Meskas", role=c("cre","aut"), email="justinmeskas@gmail.com"),
person("Sherrie","Wang", role = "aut"))
Depends: R (>= 3.4), flowCore
Imports: flowDensity (>= 1.13.1), Cairo, e1071, grDevices, graphics,
stats,methods
Description: Common techinical complications such as clogging can result in spurious events and fluorescence intensity shifting,
flowCut is designed to detect and remove technical artifacts from your data by removing segments that
show statistical differences from other segments.
VignetteBuilder: knitr
Suggests: RUnit, BiocGenerics, knitr, markdown, rmarkdown
biocViews: FlowCytometry, Preprocessing, QualityControl,
CellBasedAssays
License: Artistic-2.0
LazyLoad: yes
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2020-04-16 02:10:59 UTC; swang