search for: 121_at

Displaying 7 results from an estimated 7 matches for "121_at".

Did you mean: 117_at
2011 Oct 26
3
FOR loop with statistical analysis for microarray data
...G.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.11117 107.01623 121_at 551.36865 639.45615 456.66865 435.95615 1255_g_at 65.33164 18.39570 14.22565 20.74632 1294_at 106.19083 169.69369 78.15722 81.14689 i divided the first two co...
2010 May 03
1
how to name the column after converting a vector to a data frame
hell all: I have a vector as follows: > head(res) 1007_s_at.value 1053_at.value 117_at.value 121_at.value 1255_g_at.value 0.225801033 0.009747404 0.709517954 0.008825740 0.496859178 1294_at.value 0.005091231 after I convert the res into a data frame I got the following: resx<- data.frame(res) > head(resx) res 1007_s_at.value 0.225801...
2008 Jun 24
1
Binding result of a function to a data frame
...V1 V2 V3 V4 V5 1 1007_s_at DDR1 2865.1 2901.3 1978.3 2 1053_at RFC2 103.6 81.6 108.0 3 117_at HSPA6 222.0 222.5 306.2 4 121_at PAX8 2146.3 2457.2 1901.9 5 1255_g_at GUCA1A 226.5 321.2 109.2 6 1294_at UBE1L 296.6 424.6 406.1 7 1316_at THRA 339.9 354.2 178.3 8 1320_at...
2006 Sep 29
6
List-manipulation
Hi, Sorry for the question, I know it should be basic knowledge but I'm struggling for two hours now. How do I select only the first entry of each list member and ignore the rest? So for > $"121_at" > -113691170 > $"1255_g_at" > 42231151 > $"1316_at" > 35472685 35472588 > $"1320_at" > -88003869 I only want to select -113691170, 42231151, 35472685 and -88003869 .? Regards Benjamin -- Benjamin Otto Univers...
2011 Oct 24
2
C function is wrong under Windows 7
..., I have a C function that gives me a wrong result when I run it under Windows 7. This is the code under Linux (RHEL5): > library(phenoTest) > data(epheno) > sign <- sample(featureNames(epheno))[1:20] > score <- getFc(epheno)[,1] > head(score) 1007_s_at 1053_at 117_at 121_at 1255_g_at 1294_at -1.183019 1.113544 1.186186 -1.034779 -1.044456 -1.023471 > s <- which(names(score) %in% sign) > es.c <- .Call('getEs',score,s,PACKAGE='phenoTest') > head(es.c) [1] -0.001020408 -0.002040816 -0.003061224 -0.004081633 -0.005102041 [6] -0.006122449...
2008 Mar 08
1
Errors in in my code
...dition: Warning messages: 1: In file(file, "r") : only first element of 'description' argument used 2: In file(file, "r") : cannot open file 'C:/PROGRA~1/R/R-26~1.2/library/annotationTools/data/c("1007_s_at", "1053_at", "117_at", "121_at", "1255_g_at", "1294_at", "1316_at", "1320_at", "1405_i_at", "1431_at", "1438_at", "1487_at", "1494_f_at", "1552256_a_at", "1552257_a_at", "1552258_at", "1552261_at&quot...
2005 Jun 09
1
Help with SOM membership
...a : num [1:8, 1:22277] 1167 1282 1561 1398 1581 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : chr [1:8] "m577con" "m577exp" "m578con" "m578exp" ... .. ..$ : chr [1:22277] "1007_s_at" "1053_at" "117_at" "121_at" ... $ code : matrix [1:25, 1:22277] 1050 1222 1411 1504 1722 ... ..- attr(*, "class")= chr "matrix" $ visual :`data.frame': 8 obs. of 3 variables: ..$ x : num [1:8] 0 1 3 2 3 4 2 1 ..$ y : num [1:8] 1 2 0 1 3 3 2 4 ..$ qerror: num [1:8] 647...