search for: arraynames

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

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
2005 Nov 11
0
Re: Rails-spinoffs Digest, Vol 6, Issue 17
Hey I got a question regarding sortables. I can drag and drop the items on a page to different locations. But when I refresh the page the contraols are goin to their inital positions. Is there any way that I can make them stay in their new positions even after post back (refresh)??? Thank you. On 11/11/05, rails-spinoffs-request@lists.rubyonrails.org <
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=arraynames)...
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?
Prototype.js seems to extend the standard javascript array constructor. It adds some methods and properties. If I do the for (key in array) I get additional keys that I didn’t add. ________________________________ Von: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] Im Auftrag von Gregory Hill Gesendet: Freitag, 11. November 2005 16:35
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
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.