search for: arraynam

Displaying 9 results from an estimated 9 matches for "arraynam".

Did you mean: arrayname
2005 Nov 11
2
array.each() on associative array?
Hi List! Is there a way to iterate through an associative array when prototype.js is used? arrayname.each(function (i) { alert(i); }); seems to work only for numeric arrays. Thanks, Josef Stich _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/list...
2005 Nov 11
0
Re: Rails-spinoffs Digest, Vol 6, Issue 17
...t; To: <rails-spinoffs@lists.rubyonrails.org> > Message-ID: > <A4A0540383098A489C41BF98C77AEE5DE7190D@USMAIL104.morinda.com> > Content-Type: text/plain; charset="us-ascii" > > Can't you just do this? It's built into javascript: > > > for (key in arrayname) { > alert(key + '=' + arrayname[key]); > > } > > > > > > ________________________________ > > From: rails-spinoffs-bounces@lists.rubyonrails.org > [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of > Stich, Josef > Sent: Friday, No...
2012 Oct 02
2
Problem with mutli-dimensional array
...nsional array. To be specific I want to make the following array results<-array(0,dim=c(2,2,64,7)) This is the code I have created but it gives no result due to the error "subscript out of bound". x<-rep(7,7) # Missingness in intervention y<-rep(7,7) # Missingness in control arraynames<-list(Group=c("Success","Failure"),Outcome=c("Intervention","Control"),Trial=c("1":"7")) mat.stat<-array(c(9,16,10,15,66,12,44,23,102,88,66,104,277,60,247,119,23,43,20,41,201,162,122, 263,14,41,4,41),dim=c(2,2,7),dimnames=arrayname...
2010 Feb 10
2
How to create probeAnno object?
Hi,     I want to use segChrom() method in tilingArray package. For that I need to create a probeAnno object. I could not find much much info by ?probeAnno. I need help in creating  probeAnno object. Snap shot of the file(.txt): chr1 2500014 2500038 + 0.232689943122845 chr1 2500039 2500063 + 2.60502410304227 chr1 2500062 2500086 + 0.0756595313279895 chr1 2500080 2500104 + 0.78574617788405 chr1
2009 Jun 30
1
beadarray package
...vel data using these commands: ######################################################## library(beadarray) datadir <- ("C:/Computer_programs/R/beadarray/cecilia") targets = read.table("targets.txt", sep = "\t", header = TRUE, as.is = TRUE) BLData = readIllumina(arrayNames =NULL, useImages=TRUE, singleChannel=FALSE, backgroundMethod ="rma", annoPkg= NULL, metrics=FALSE, metricsFile="Metrics.txt", normalizeMethod="quantile", tiffExtGrn="_Grn.TIF", tiffExtRed="_Red.TIF") ###############################################...
2005 Nov 11
0
AW: array.each() on associative array?
...ailto:rails-spinoffs-bounces@lists.rubyonrails.org] Im Auftrag von Gregory Hill Gesendet: Freitag, 11. November 2005 16:35 An: rails-spinoffs@lists.rubyonrails.org Betreff: RE: [Rails-spinoffs] array.each() on associative array? Can’t you just do this? It’s built into javascript: for (key in arrayname) { alert(key + ‘=’ + arrayname[key]); } ________________________________ From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of Stich, Josef Sent: Friday, November 11, 2005 3:32 AM To: rails-spinoffs@lists.rubyonra...
2011 Nov 29
3
fill binary matrices with random 1s
Dear all, I am finding difficulty in the following, I would like to create an empty matrix e.g. 10x10 of 0s and sequentially fill this matrix with randomly placed a 1s until it is saturated. Producing 100 matrices of sequentially increasing density., This process needs to be randomized 1000 times., I assume i should run this along the following lines, 1) Create 1000 matrices all zeros, 2) add
2002 Nov 01
1
init.data function error
We had been using R1.2.3 "print tip lowess function" as described by Terry Speed's group to normalize microarray data and up until this week the commands we were using were working fine. First, we load our data using arrayname<-read.table("filename", header=T) and then check that the table is OK. We format the data list using setup1<-init.data() and usually get a series of questions to answer about the array design, using setup2<- init.grid() and then normalize it. Now when we type in setup1<-ini...
2008 Feb 15
38
Performance with Sun StorageTek 2540
Under Solaris 10 on a 4 core Sun Ultra 40 with 20GB RAM, I am setting up a Sun StorageTek 2540 with 12 300GB 15K RPM SAS drives and connected via load-shared 4Gbit FC links. This week I have tried many different configurations, using firmware managed RAID, ZFS managed RAID, and with the controller cache enabled or disabled. My objective is to obtain the best single-file write performance.