下载处理TCGA miRNA数据时报错
####下载mRNA+lncRNA表达数据
setwd("C:\\Users\\ddddddd\\Desktop\\新建文件夹")
BiocManager::install("TCGAbiolinks")
library(TCGAbiolinks)
##下载miRNA数据
expquery = GDCquery(project = "TCGA-LAML",
legacy = FALSE,
data.category = "Transcriptome Profiling",
data.type = "miRNA Expression Quantification",
workflow.type = "BCGSC miRNA Profiling")
GDCdownload(expquery)
expquery2 <- GDCprepare(expquery)
expMatrix <- TCGAanalyze_Preprocessing(expquery2)
最后一步报错:Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘assays’ for signature ‘"data.frame"’
不知道怎么解决
求解决方法