-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CytoML Xml File Parsing Issues #137
Comments
|
@mikejiang Thank you for clarifying that.
Groups in Workspace Are you able to please help me find a way through this? Thank You! |
Please provide a reproducible example for me to troubleshoot |
@mikejiang Hi Mike, As the file I am working with is for research, I have asked my supervisors if I can send this to you. Should they respond yes, I can email it to you. Can you please share your email until I wait for their response? Thank You! |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{mso-style-priority:99;
mso-style-link:"Email Signature Char";
margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
code
{mso-style-priority:99;
font-family:"Courier New";}
span.EmailSignatureChar
{mso-style-name:"Email Signature Char";
mso-style-priority:99;
mso-style-link:"Email Signature";
font-family:"Calibri",sans-serif;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
-->Hi Mike, Thank you for your response. Although, I don’t fully understand what you are trying to say. From what I understand, you want us to add the code below into the xml file (with the relevant fcs filename attached inside the xml) I sent you and then try to parse it? I am trying to get my mind around this but it seems to be quite difficult for me to understand. It would be great of you could please provide some clarification. For you understanding, I have also CC’d my supervisor Dr. Kennedy so that he also has an idea. If you have any concerns, please let me know. Thank You, Utsav Patel From: Mike JiangSent: Sunday, 17 October 2021 5:17 AMTo: RGLab/CytoMLCc: upatel2; AuthorSubject: Re: [RGLab/CytoML] CytoML Xml File Parsing Issues (#137) sorry it took a while for me to get back to you. Looks like the current diva parser does require the normal worksheet that is associated with some fcs file to be present in order to proceed the global template worksheet parsing.i.e. it expects something likeand yours seem to be the pure template that doesn't have data_filename field.I am not sure if we have the bandwidth or resource to add this support. The workaround for you is to create some dummy normal worksheet to associate with one fcs so that diva parser will not error out.—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
No. You don't want to manually edit this XML. This file is supposed to be generated and exported from diva software. What you need to do is to use diva software to recreate the analysis by adding both global and normal worksheet the normal worksheet should be associated with a particular fcs file.So that this will get our diva parser working properly. But real gates can be still stored in global worksheet as a template |
Hi,
I am working closely with .xml and .fcs files for research regarding extracting gates from a particular XML file.
I have followed your tutorial on GitHub regarding parsing a DIVA workspace file (i.e., extdata/diva/PE_2.xml) and it seems to work fine for me.
However, when I try to parse a local XML file that I have on my local drive, I get this error:
Diva Workspace Version Version 8.0.1
File location: .
File name: Patient4Template.xml
Workspace is open.
Groups in Workspace
Error in names(x) <- value :
'names' attribute [2] must be the same length as the vector [1]
I am not sure why I am getting this error and I can't seem to solve this particular issue.
Also, I wanted to ask another question regarding how your XML file has the correlated FCS file details. The XML file I have does not contain any fcs file detail, so is it still possible to extract gates from it? Or is that not possible?
It would be great if you can help me with understanding the issue I am having.
Thank You very much,
Utsav
The text was updated successfully, but these errors were encountered: