How to create expression objects with evaluated arguments?
1
0
Entering edit mode
my1stbox ▴ 40
@my1stbox-6702
Last seen 9.7 years ago
Hi All! I want to create N volcano plots for N subdirectories of .CEL files. Instead of doing each plot seperately, I want to plot them in one mainframe with parameters like par(mfrow=c(N/2,2)). So want to generate a list of expressions of plotting for each subdirectories during iteration over them, and evaluate these expressions collectively with the par(mfrow=c(N/2,2)) parameter. But it turn out to be that arguments in each expressions are unevaluated. Is there any way to solve this problem? Like use different environments? Thank you! Bests! Allen 2014-08-20 my1stbox [[alternative HTML version deleted]]
• 634 views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 4 months ago
United States
On Wed, Aug 20, 2014 at 1:42 AM, my1stbox <my1stbox at="" 163.com=""> wrote: > Hi All! > I want to create N volcano plots for N subdirectories of .CEL files. > Instead of doing each plot seperately, I want to plot them in one mainframe > with parameters like par(mfrow=c(N/2,2)). So want to generate a list of > expressions of plotting for each subdirectories during iteration over them, > and evaluate these expressions collectively with the par(mfrow=c(N/2,2)) > parameter. But it turn out to be that arguments in each expressions are > unevaluated. Is there any way to solve this problem? Like use different > environments? Thank you! > Hi, Allen. You might need to post some code, as I am a bit confused as to what you are trying to do and what problem you are having. Sean [[alternative HTML version deleted]]
ADD COMMENT

Login before adding your answer.

Traffic: 403 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