Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enhancements #42

Open
ShixiangWang opened this issue Aug 4, 2024 · 1 comment
Open

Enhancements #42

ShixiangWang opened this issue Aug 4, 2024 · 1 comment

Comments

@ShixiangWang
Copy link
Member

  1. fetch_dataset_samples(host, dataset) failed in query all samples

Don't know why

> fetch_dataset_samples(host, dataset)
Error in FUN(X[[i]], ...) : is.atomic(p) | is.list(p) is not TRUE

Change to fetch_dataset_samples(host, dataset, -1) works

  1. Use the new query to hance the data query pipeline?

19f2cad

@ShixiangWang
Copy link
Member Author

影响了服务器部署的 shiny

Browse[1]> host = "https://icgc.xenahubs.net"
Browse[1]> dataset = "sp/copy_number_somatic_mutation.all_projects.specimen"
Browse[1]> fetch_dataset_samples(host, dataset)
Error in FUN(X[[i]], ...) : is.atomic(p) | is.list(p) is not TRUE
Browse[1]> fetch_dataset_samples(host, dataset, -1) |> head()
[1] "SP29019" "SP29013" "SP49531" "SP49536" "SP51922" "SP51932"
Browse[1]> fetch_dataset_samples(host, dataset, -1) |> length()
[1] 20530

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

No branches or pull requests

1 participant