Hi Guys,
Here are some questions.
- Is this possible to examine a FlowJo workspace in openCyto only in order to convert it into a gating template?
- It is possible to create a combination of gates ie. ifn+/-il2+/-il4+/-il10+/-tnf+/- ? I am trying with refGate-mindensity but it didn't work. Does exists a similar function as "boolean gates" found in FlowJo. When I use refGate-mindensity I am having the following error:
"expanding pop: cd4-/+cd8+/-
Error in .preprocess_row(this_row) :
ifn+/-il2+/-il4+/-il10+/-tnf+/- has invalid number of dimensions: 5" - I am also trying to create new gates with alias-created populations like: ifn+ producing cells from a population CD45RO+CD197+ but it also did not work. I received the following error:
"expanding pop: cd4-/+cd8+/-
expanding pop: cd45ro+/-cd197+/-
expanding pop: cd45ro+/-cd197+/-
Error in .getFullPath(this_row[, parent], new_dt) :
Non-unique reference to: cd45ro+cd197+"
Using from malaria_gate .csv (link at the end)
> dtTemplate[17,]
alias pop parent dims gating_method gating_args collapseDataForGating groupBy preprocessing_method preprocessing_args
1: tcm_ifng tcm_ifng cd45ro+cd197+ fsa,ifn mindensity gate_range=c(1,3) NA NA NA
I am also sending attached two .csv file with two possible gating structures.
The first one I created worked (https://www.dropbox.com/s/8n21icd4cvps7w4/gate_malaria.csv?dl=0) but I am stuck when trying to apply more complex gates, like in (https://www.dropbox.com/s/cubzfbqq9oan9wm/large_malaria.csv?dl=0) because I think I am being redundant with the populations, and because I couldn't create the combination of gates.
Thanks a lot for any advice or suggestion that you can give me.
Bests
Just to clarify, refGate is the geometrical gate (either 1d or 2d rectangleGate) based on the coordinates of other gates. So it is different from the boolGate that is the boolean combinations of gates.