search for: galfile

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

2009 Feb 12
0
Error Message: Error in dim(data) <- dim : attempt to set an attribute on NULL
...mmary(myphenotypicdata) all(rownames(myphenotypicdata)==colnames(myexprdata)) #[1] TRUE #Create annotated Data Frame adf<-new("AnnotatedDataFrame",data=phenotypicdata) #dim means: dimension of an object. dim(adf) #rowNames columnNames # 28 2 rownames(adf) #NULL #read in galfile readGAL("Galfile.gal") #Create eset object eSet<-new("ExpressionSet",exprs=myexprdata,phenoData=adf,annotation="Galfile.gal") #Read in targets file targets <- readTargets("targets.txt") targets # Set up character list defining your arrays, include rep...
2005 Jul 27
1
get the content of object in ls()?
...when try to get the content of object in ls()? Here is the script: > ls() [1] "a" "b" [3] "files.num" "fll92_1a_gpr" [5] "fll92_1a_gpr_norm" "fll92_1a.gpr.norm.scale" [7] "fname" "fullnames" [9] "gal" "galfile" [11] "i" "readGalfile2" [13] "sample1" "ttest1" > grep("_gpr$",ls()) [1] 4 > ls()[4] [1] "fll92_1a_gpr" > class(ls()[4]) [1] "character" > class(fll92_1a_gpr) [1] "marrayRaw" attr(,"package")...
2009 May 06
1
[Fwd: loading SPOT file]
-------------- next part -------------- An embedded message was scrubbed... From: Barbara Cegielska <barceg at ibch.poznan.pl> Subject: loading SPOT file Date: Wed, 06 May 2009 16:48:35 +0200 Size: 1151 URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090506/e35e3f7e/attachment-0002.eml>