clusterProfiler
clusterProfiler copied to clipboard
Error in (function (classes, fdef, mtable) : 'emapplot'label'"spec_tbl_df"'Inheritance method not found
#1.question1 I want to integrate the GO enrich result which type is data frame,however it happened wrong
emapplot(GO) Error in (function (classes, fdef, mtable) : 'emapplot'label'"spec_tbl_df"'Inheritance method not found 2.question2 Error in if (file == "") file <- stdout() else if (is.character(file)) { : the condition has length > 1 3.question3 I want to know how to transfer list to data frame, and I have used as.data.frame, but it don't work ,so can you help me to solve them
To get any support you should provide some reproducible code and more clear questions, because to me (at least) it is unclear what you would like to achieve....