GenomicDataCommons icon indicating copy to clipboard operation
GenomicDataCommons copied to clipboard

OncoPrint section not working in somatic_mutations.Rmd

Open LiNk-NY opened this issue 2 years ago • 0 comments

Hi Sean, @seandavi

It looks like query in the somatic_mutations.Rmd file would need to get updated to something like:

fnames = files() %>%
  GenomicDataCommons::filter(
    cases.project.project_id=='TCGA-SKCM' &
      data_format=='MAF' &
      data_type=='Annotated Somatic Mutation' &
      analysis.workflow_type=='MuTect2 Annotation') %>%
  ids() %>%
  gdcdata()

BUT I get an error:

Error in (function (uri, destination, overwrite, progress, token = NULL, : 
Forbidden (HTTP 403).

Is this accessing restricted data?

LiNk-NY avatar Apr 05 '22 20:04 LiNk-NY