We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This works in xenaPython
hub = "https://tcga.xenahubs.net" dataset = "TCGA.PANCAN.sampleMap/Gistic2_CopyNumber_Gistic2_all_data_by_genes" samples = ["TCGA-02-0047-01","TCGA-02-0055-01","TCGA-02-2483-01","TCGA-02-2485-01"]
In [15]: xena.dataset_fetch(hub, dataset, samples, ["TP53"]) Out[15]: [[-0.012, -0.323, -0.033, -0.025]] In [16]: xena.dataset_probe_values(hub, dataset, samples, ["TP53"]) Out[16]: [None, [[-0.012, -0.323, -0.033, -0.025]]]
The text was updated successfully, but these errors were encountered:
This is a mistake :)
Sorry, something went wrong.
ShixiangWang
No branches or pull requests
This works in xenaPython
The text was updated successfully, but these errors were encountered: