how to supply a vector/list of results to GenTable in topGO?
0
0
Entering edit mode
Aaron Mackey ▴ 170
@aaron-mackey-4358
Last seen 9.6 years ago
The GenTable() function in topGO expects an explicitly enumerated set of result objects as parameters; but I've got them in a list, and don't want to hard-code the names/results. Is there a way to dynamically build the parameters as a string and have the string evaluated as such when calling GenTable? Or some better way? Here's what GenTable wants: GenTable(GOdata, Res1=res[[1]], Res2=res[[2]], Res3=res[[3]], ...) Here's what I want to be able to do: GenTable(GOdata, Rmagic(res), ...) Where "Rmagic" is a placeholder for your kindly provided answer ... Thanks, -Aaron [[alternative HTML version deleted]]
topGO topGO • 843 views
ADD COMMENT

Login before adding your answer.

Traffic: 562 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6