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

Problems on Download some Methylation Beta Value from server #68

Open
bioinfo-dirty-jobs opened this issue Apr 5, 2019 · 0 comments
Open

Comments

@bioinfo-dirty-jobs
Copy link

Hi There..
I dhave write this code:

res = cases() %>% filter( ~ project.project_id == 'TCGA-GBM' & data_type == "Methylation Beta Value") %>% facet('samples.sample_type') %>% aggregations()
res

dati2=files() %>% filter( ~ cases.project.project_id == 'TCGA-GBM' &
                            data_type == "Methylation Beta Value" &
                             cases.samples.sample_type =='Recurrent Tumor') %>%   ids()

I have this data but when I try to download the Reccurent and the Blood Derived Normal sample I'm not able to download.

$samples.sample_type
                   key doc_count
1        Primary Tumor       422
2 Blood Derived Normal       421
3      Recurrent Tumor        13
4  Solid Tissue Normal         2

I just wonder if there is a error on my script or I need authentication?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant