Works ! However, it cannot find function datatable in the second part of the code.
> datatable(getResults(query, rows = 1:100,cols = c("file_name","cases")),
filter = 'top',
options = list(scrollX = TRUE, keys = TRUE, pageLength = 5),
rownames = FALSE)
Error in datatable(getResults(query, rows = 1:100, cols = c("file_name", :
could not find function "datatable"
Sir, I have downloaded the gitub version of TCGAbiolinks package, but the problem is still not solved.
Hello, what is the error message? Which lines of code are you running?
Dear Mr. Kevin Blighe, I am currently using the package TCGabiolinks to download colorectal cancer data. I have reinstalled the GitHub version of the package according to what you mentioned before, but I still haven't solved the problem. Is there any other method?thank you!!
code: query <- GDCquery(project = "TCGA-READ", + experimental.strategy = "RNA-Seq", + data.category = "Transcriptome Profiling", + data.type = "Gene Expression Quantification", + workflow.type = "HTSeq - FPKM")
error: Error in value[3L] : GDC server down, try to use this package later
Looks like either GDC server is down or you are not able to reach it from your local computer (you will have to check on local firewall restrictions).