search for: experiment2

Displaying 3 results from an estimated 3 matches for "experiment2".

Did you mean: experiment
2008 Jan 28
4
Scheduling same worker/method at different times with different args
I need to run the same worker''s method twice per day with different arguments. Unfortunately, only the second entry in the schedule is firing. I created an experimental worker to verify this: Worker: class ExperimentWorker < BackgrounDRb::MetaWorker set_worker_name :experiment_worker def create(args = nil) # this method is called, when worker is loaded for the first time
2011 Oct 26
3
FOR loop with statistical analysis for microarray data
hi all i started recently using R and i found myself stuck when i try to analyze microarray data. i use the "affy" package to obtain the intensities of the probes, i have two CTRs and two treated. HG.U133A.Experiment1.CEL HG.U133A.Experiment2.CEL HG.U133A_Control1.CEL HG.U133A_Control2.CEL 1007_s_at 2156.23115 467.75615 364.60615 362.11865 1053_at 88.76368 93.58436 438.49365 357.75615 117_at 144.00743 101.26120 95....
2010 Nov 29
1
surpressing tickmarks / labels x-as for two sets of boxplot (plotted as stacked boxplots)
...oxwex = 0.25, at = 1:7 + 0.15, ??????? subset = experiment == "second", col = "green") axis(at=1:7,side=1,c("fac1","fac2","fac3","fac4","fac5","fac6","fac7")) legend(6,-0.5, c("experiment1", "experiment2"), ?????? fill = c("red", "green")) Does anyone know how I can surpress these labels for the second boxplot? Thanks in advance, Karin