-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.46 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
Package: flowdex
Type: Package
Title: Extract Fluorescence Distribution Data from FCS Files and Recalculate to Events per Volume
Version: 0.4.2
Authors@R:
person("Bernhard", "Pollner", email = "bernhard.pollner@mac.com", role = c("cre","aut"))
Description: Extract fluorescence distribution data from fcs files and recalculate them to events per volume unit.
Any custom-built gating strategy can be applied.
Via a structured string in the sample ID field of each sample, additional class- and numerical variables can be generated.
To (meaningfully) use flowdex, the fcs files have to contain volumetric measurement data denoting the acquired sample volume.
License: file LICENSE
License_restricts_use: yes
Encoding: UTF-8
URL: https://bpollner.github.io/flowdex/, https://github.com/bpollner/flowdex
BugReports: https://github.com/bpollner/flowdex/issues
Language: en-US
biocViews: FlowCytometry
RoxygenNote: 7.1.2
Depends:
R (>= 4.1.0)
Imports:
methods,
utils,
uniset,
flowCore,
flowWorkspace,
openxlsx,
signal,
ggcyto,
ggplot2,
RColorBrewer,
scales,
grDevices,
graphics
Suggests:
covr,
knitr,
rmarkdown,
tidyverse,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Collate:
'cl_classFunctions.R'
'flowdex.R'
'cl_classDefs.R'
'gen-functions.R'
'gen_accessories.R'
'gen_f_Inner.R'
'globals.R'
'helpers.R'
'uniset_functions.R'
'zzz.R'
VignetteBuilder: knitr