This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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 ?

r rna-seq software error

0 answers

No answers yet.

Log in to answer this question.