Skip to content

Commit cb3e24b

Browse files
authored
Update README.md
1 parent e65c458 commit cb3e24b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ To install CytofIn, run the following code:
6868
library(devtools)
6969
install_github("bennyyclo/Cytofin")
7070
```
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+
```
7179

7280
To attach the CytofIn package to your current R session, run the
7381
following line:

0 commit comments

Comments
 (0)