similar to: beadarray package

Displaying 5 results from an estimated 5 matches similar to: "beadarray package"

2010 May 17
1
a question about beadarray in R
Hi,   When I check the beadarray in R, I found the following information:   > package.version("beadarray") [1] "1.16.0" > library(beadarray) Error in library.dynam(lib, package, package.lib) : Cannot find sharing library (beadarray)   Does anybody know what I can do for this problem?   Thanks a lot!   Best Shizhu     [[alternative HTML version deleted]]
2009 Oct 01
2
question
hi I am going to crazy.I want to use beadarray package in R, but I cant. when I want install it, I encounter to this message "Loading required package: hwriter Loading required package: sma Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : 'sma' is not a valid installed package" I cant find sma and hwriter packages, it seems that they are
2010 Dec 09
1
Complete newbie - create microarray image from data file?
Hey So sorry to be a total newbie, but i'm just finding my feet with R. I heard on the grapevine i could recreate a scanned microarray image, or at least get a good graphic of it from a just a data file. I have .txt files for illumina beadarrays but no images cos the service we used didn't send them. The 'beadarray' package seems to require TIFFs to get the graphic output. Does
2012 Oct 02
2
Problem with mutli-dimensional array
I want to make a multi-dimensional 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
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