We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65c458 commit cb3e24bCopy full SHA for cb3e24b
README.md
@@ -68,6 +68,14 @@ To install CytofIn, run the following code:
68
library(devtools)
69
install_github("bennyyclo/Cytofin")
70
```
71
+Please also ensure that the flowcore package is installed:
72
+
73
+``` r
74
+if (!requireNamespace("BiocManager", quietly = TRUE))
75
+ install.packages("BiocManager")
76
77
+BiocManager::install("flowCore")
78
+```
79
80
To attach the CytofIn package to your current R session, run the
81
following line:
0 commit comments