Skip to content
New issue

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

CPTAC-3 GDCPrepare with scRNA-seq data #611

Open
LeaLe88 opened this issue Nov 17, 2023 · 1 comment
Open

CPTAC-3 GDCPrepare with scRNA-seq data #611

LeaLe88 opened this issue Nov 17, 2023 · 1 comment

Comments

@LeaLe88
Copy link

LeaLe88 commented Nov 17, 2023

Good afternoon,

I am having issues with GDCPrepare with the CPTAC-3 dataset for scRNA-seq data.

I have successfully downloaded the data with

#Query the data
   query.exp <- GDCquery(
       project = "CPTAC-3",
       data.category = "Transcriptome Profiling",
       experimental.strategy = "scRNA-Seq",
        workflow.type="CellRanger - 10x Filtered Counts",
        data.type = "Gene Expression Quantification",
        sample.type = c("Primary Tumor")
   )

#Get results
output.query<-getResults(query.exp)

#Downloads the data
 
#GDCDownload(query.exp)
   GDCdownload(
       query = query.exp,
       files.per.chunk = 100
   )
 

However, it is giving me the following error when trying to use GDCPrepare with GDCprepare(query.exp) :

t::Read10X(data.dir = gsub("\\.tar\\.gz", "", f)) : 
  Directory provided does not exist
Error in if (value == n) { : argument is of length zero

Do you have any idea what could be the issue? Maybe for scRNA seq I cant use the summarized Experiment?

Thanks a lot,
Lea

@LeaLe88
Copy link
Author

LeaLe88 commented Nov 27, 2023

Good morning,

Has anyone an idea on this?

Thanks a lot,
Lea

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

No branches or pull requests

1 participant