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
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
fetch_dataset_samples(host, dataset, -1)
19f2cad
The text was updated successfully, but these errors were encountered:
影响了服务器部署的 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
Sorry, something went wrong.
fix error from fetch_dataset_samples (relates to #42 )
fetch_dataset_samples
aa2a88a
No branches or pull requests
Don't know why
Change to
fetch_dataset_samples(host, dataset, -1)
works19f2cad
The text was updated successfully, but these errors were encountered: