When I parse the xml file from TCGA,
I saw something like "age_at_initial_diagnosis", 63, precision = day, then I check the TCGA website, it is 63 years old...
and there are several number in xml about last day follow up... which number is correct? some patients look like being followed for more than 1 times, but I did calculation...the number does not match...
Thanks
Hi,
Can I just ask how did you parse the XML files ?
Python has some XML (and JSON) libraries that can be imported, which you might find helpful:
https://docs.python.org/2/library/xml.etree.elementtree.html
https://docs.python.org/2/library/json.html