Error: could not find function "assay"and "assays "
I am doing the pipeline according toturial.
library(TCGAbiolinks)
library(SummarizedExperiment)
query = GDCquery(project = "TCGA-COAD", data.category = "Transcriptome Profiling", data.type = "miRNA Expression Quantification")
GDCdownload(query)
dataAssy2 = GDCprepare(query)
expmatrix <- TCGAanalyze_Preprocessing(dataAssy2)
It comes an error:
Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘assays’ for signature ‘"data.frame"’
May be some errors in my code ?
• 1,991 views
•
link
0 answers
No answers yet.
Log in to answer this question.