-
https://user-images.githubusercontent.com/64135638/144241027-472ef791-b19d-49dd-913c-ddec882b9c34.mp4
In this process I uploaded data to Tercen then returned to FlowJo to add additional data for …
-
Hi,
I am currently facing a problem previously reported but the provided solution did not resolve it (https://github.com/RGLab/openCyto/issues/201), I am trying to add a quad gate to an existing ga…
sbg30 updated
15 hours ago
-
Hi @ytdai
I am trying to use the runExprsMerge() function to merge 6 FCS files that have been exported from FlowJo. This is my code below:
```
cyt.data
-
It would be cool to open LMD files (generated for example by Gallios machines).
Its possible to do it in R, so one could in principle reimplement in python or just use the R implementation and call it…
-
The issue is cross-platform compatibility. FlowJo stores the absolute path that contains os user specific information that we do not want to parse. I currently use `basename(path)` to uniquely identif…
gszep updated
3 years ago
-
It is very subtle but the popup window during the data upload is not beautiful, the black line is not connected completely.
![missing line](https://user-images.githubusercontent.com/87133370/14935…
-
This code is supposed to throw error message of 'duplicates'. But it crashes R after throwing the expected error.
```r
devtools::load_all(".")
library(CytoML)
wsfile
-
Hello,
I have used SaveClustersToFCS and imported the newly created .fcs files in R or flowjo. When I then check the node information added in the FlowSOM column with either of the softwares I woul…
-
Hi there,
Thanks again for all the help thus far.
Would you mind helping me understand the difference between the clustering method in README with `create_som` plus `correct_data()` versus `ko…
-
A workaround for https://github.com/RGLab/CytoML/issues/112 is to provide the directory where the FCS files are located and the FCS filename to ```path``` and ```subset```, respectively. For example:
…