Hello,
I am trying to make a csv GatingTemplate using OpenCyto 1.20.2. All gating functions i've used thusfar have worked. The current panel im working on has a lot of polyFunctionality so i would love to use the polyFunctions gate for this.
In the previous csv GatingTemplate style i remember i had a functional polyFunctions gate functional. I am running into some issues when i try to repeat this in the new GatingTemplate style implemented after OpenCyto 1.14.
I've put an part of the GatingTemplate i am using below: GatingTemplate csv
I am getting the following error:
[180] "Population '*'"
[181] "adding CD4+IL2+&CD4+TNFa+&CD4+IFNg+ ..."
[182] "Error in parse(text = expr) : <text>:1:9: unexpected '&'"
[183] "1: CD4+IL2+&"
[184] " ^"
See the full warning log below: GateWarnings
Could someone point me to what i am doing wrong :)?
Kind regards, Kasper
Hi, Could you upload the CSV file? The link points to the Excel file and there could be some hidden post-processing. From the warnings, it looks like the ":" was replaced by "&", which is not recognized. HTH
here is the CSV file: Gating Template CSV
Thanks for looking at it !
This csv ("Gating Template CSV") has the issue at line78
where 'pop' column should be '+' for 'boolGate'. For the 'polyfunctions' version, It loads without problems with the latest Bioc release 3.9
Thanks for looking at it, somehow that Gating Template works for me the boolGate is not giving me a problem
The following does not work for me: polyFunctions Test I installed R 3.6 and just tried the Bioc release 3.9 but i am getting the same error: [180] "Population '*'" [181] "adding CD4+IL2+&CD4+TNFa+&CD4+IFNg+ ..." [182] "Error in parse(text = expr) : <text>:1:9: unexpected '&'" [183] "1: CD4+IL2+&" [184] " ^"
I've tried running it in the following ways: Linux, Bioc 3.7 Windows, Bioc 3.7 Windows, Bioc 3.9
It feels as if the problem lies in the fact that the : are converted into & signs. Any idea why this would happen?
Well I don't see the problem.The CSV will help the openCyto team.
I would recommend you to check 2 lines starting with quotes. I am not sure whether it's OK to put comma and space in the alias. May be you can try without those lines.
HTH
Its weird, the problem starts arising when i add the last line, the 2 tmix gates worked fine for me.
To check if those 2 lines are causing the problem i've made the following Gating Template: polyFunctions test Gating Template But i am getting a similar error: [125] "Population '*'"
[126] "adding CD4+IL2+&CD4+TNFa+&CD4+IFNg+ ..."
[127] "Error in parse(text = expr) : <text>:1:9: unexpected '&'"
[128] "1: CD4+IL2+&"
[129] " ^"
Like you say it looks as if the comma's are converted into & signs which causes the problem.
For completeness, i am using the following packages: R package versions