I have been trying to figure out which xenaPython function to use to access patient survival data. I'm sure there should be a function for this, but wasn't able to find one looking through the GitHub (
https://github.com/ucscXena/xenaPython). Could you point me in the right direction?
I have:
hub = "https://tcga.xenahubs.net"
survivalDataset = "survival/KIRC_survival.txt"
and a list of samples for which I would like to get survival data.
Thank you!
Kate