Skip to content
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

Cannot query copy number data #7

Closed
ShixiangWang opened this issue Jun 5, 2019 · 1 comment
Closed

Cannot query copy number data #7

ShixiangWang opened this issue Jun 5, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ShixiangWang
Copy link
Member

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]]]
@ShixiangWang ShixiangWang added the bug Something isn't working label Jun 5, 2019
@ShixiangWang ShixiangWang self-assigned this Jun 5, 2019
@ShixiangWang
Copy link
Member Author

This is a mistake :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant