GenomicDataCommons icon indicating copy to clipboard operation
GenomicDataCommons copied to clipboard

Provide R access to the NCI Genomic Data Commons portal.

Results 24 GenomicDataCommons issues
Sort by recently updated
recently updated
newest added

Hi Sean, @seandavi I can't really put my finger on it but recently the size parameter in the request is not working. For reprexample, ``` r suppressPackageStartupMessages({ library(GenomicDataCommons) }) files()...

Hi Sean, @seandavi It looks like query in the `somatic_mutations.Rmd` file would need to get updated to something like: ```r fnames = files() %>% GenomicDataCommons::filter( cases.project.project_id=='TCGA-SKCM' & data_format=='MAF' & data_type=='Annotated...

The GDC data download function `gdcdata` should not depend on an internet connection when `cache=TRUE` and it finds that you have all the files it needs in your local cache.

Sorry if I missed it in the docs or somewhere, but what is the `filter` syntax for GQL "missing" and "not missing"?

`GenomicDataCommons` is a very powerful library and can query pretty much anything at the GDC, though many users prefer other libraries like e.g.,`TCGAbiolinks` because the `GenomicDataCommons` query results data structure,...

sorry for raising two successive issues with this R script. i previously used the function to cache and return a SummarizedExperiment of HTSeq - Counts from TCGA data, and it...

Apologies if I've missed where it is in the API, but I cannot find how to specify querying a previous GDC data release version.

This is a great package. However overwriting verbs without providing a default method means that loading this package after dplyr breaks dplyr. It doesn't need to. Just provide a default...

Doing so will require some significant refactoring, but having this option available might be useful....

enhancement

See https://docs.gdc.cancer.gov/API/Users_Guide/GraphQL_Examples/

enhancement