-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 892 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
Package: flowPloidy
Title: Analyze flow cytometer data to determine sample ploidy
Version: 1.1.9
Author: Tyler Smith <[email protected]>
Maintainer: Tyler Smith <[email protected]>
Description: Determine sample ploidy via flow cytometry histogram analysis.
Reads Flow Cytometry Standard (FCS) files via the flowCore bioconductor
package, and provides functions for determining the DNA ploidy of
samples based on internal standards.
biocViews: FlowCytometry, GUI, Regression, Visualization
URL: https://github.com/plantarum/flowPloidy
BugReports: https://github.com/plantarum/flowPloidy/issues
Depends:
R (>= 3.4)
License: GPL-3
LazyData: true
Imports:
flowCore,
car,
caTools,
knitr,
rmarkdown,
minpack.lm,
shiny,
methods,
graphics,
stats,
utils
Suggests:
flowPloidyData,
testthat
RoxygenNote: 6.0.1
VignetteBuilder: knitr