GDCprepare stop working for some unknown reason
1
0
Entering edit mode
5.4 years ago

Dear all,

I am working with TCGAbiolinks for a while. It was working smoothly until now. I'd like to change some setting of the script and for an unknown reason it stops working. It asked me to start over and after it can not prepare data by GDprepare function. I get this error:

Error in if (any(duplicated(query$results[[1]]$cases)) & query$data.type !=  : 
  argument is of length zero

This is my script:

#GDCquery: Searching GDC data for download
##downloading and prepare
query <- TCGAbiolinks::GDCquery(project= c("TCGA-STAD"),
                                data.category = "Transcriptome Profiling",
                                data.type = "Gene Expression Quantification",
                                workflow.type = "HTSeq - Counts",
                                file.type = "htseq.counts.gz",
                                sample.type = c("Primary solid Tumor", "Metastatic" , "Solid Tissue Normal"),
                                experimental.strategy = "RNA-Seq")
query <- TCGAbiolinks::GDCdownload(query)
library("SummarizedExperiment")
data <- TCGAbiolinks::GDCprepare(query , 
                                 save = TRUE , 
                                 save.filename = "STADesxp.rda" , 
                                 directory = "GDCdata" , 
                                 summarizedExperiment = TRUE , 
                                 remove.files.prepared = FALSE)

Thank you very much in advance!

Sara A.

tcgabiolinks GDCprepare RNA-Seq • 2.8k views
ADD COMMENT
0
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 2000 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6