Entering edit mode
7.9 years ago
ravipriya11396
▴
10
hii, I have created rda file by using this code.
query.exp.hg38 <- GDCquery(project = "TCGA-GBM", data.category = "Transcriptome Profiling", data.type = "Gene Expression Quantification", workflow.type = "HTSeq - FPKM-UQ", barcode = c("TCGA-14-0736-02A-01R-2005-01", "TCGA-06-0211-02A-02R-2005-01"))
GDCdownload(query.exp.hg38)
expdat <- GDCprepare(query = query.exp.hg38, save = TRUE, save.filename = "exp.rda")
while trying to open that rda file,i am getting primitive error.load("exp.rda") show(exp) function (x) .Primitive("exp") how to save a file like this?? save(dataBRCA, geneInfo , file = "dataGeneExpression.rda") If anybody knows please post the answer.
I tried some code formatting on your post, to increase readability. I would like to encourage you to do the same, using the 101010 button. I think I got the first part right, but after
error.load...
I'm not so sure about the line breaks.What do you mean by 101010 button?
When you respond (please use
ADD REPLY/ADD COMMENT
when responding to existing posts to keep threads logically organized) there is a set of buttons that show up at the top of the edit window. It is the fifth button from the left. Select part of the text that representscode
and then click that button to format it like you see if your original post.I am getting this error.But i don't know how to overcome this problem.please give any suggestion.