search for: 1294_at

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

Did you mean: 121_at
2011 Oct 26
3
FOR loop with statistical analysis for microarray data
...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 columns in two data.frames to divide Experim and CTRs then, i created a FOR loop to create a vector per each row containing a vector with two values per each gene and i wanted to do a Wilc...
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.225801033 1053_at.value 0.009747404 117_at.value 0.709517954 121_at.value 0.008825740 1255_g_at.value 0.49685917...
2008 Jun 24
1
Binding result of a function to a data frame
...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 PTPN21 78.4 36.2 185.2 Now, I want to: 1. apply the kurtosis function to every row in the data (starting from V3 to V5) 2. bind the ou...
2010 Apr 29
1
merged files
...45, 73287869, 73287863, 73287881, 73287850 73287821, 73287845, 73287839, 73287857, 73287826 A_23_P93823 73287861 73287802 RFC2 5982 11 7 HSPA6 3310 1 1 A_23_P114903 159762782 159762841 PAX8 7849 12 2 A_23_P210001 113691555 113691496 GUCA1A 2978 6 6 UBA7 7318 24 3 1294_at:1079:379, 1294_at:361:881, 203281_s_at:524:889, 203281_s_at:678:1017, 203281_s_at:68:1153 49818386, 49818398, 49818378, 49818434, 49818422 49818362, 49818374, 49818354, 49818420, 49818398 sorry for the long tables, thanks Alex Student University of Colorado [[alternative HTML version deleted...
2010 Apr 29
0
merge on criteria
...45, 73287869, 73287863, 73287881, 73287850 73287821, 73287845, 73287839, 73287857, 73287826 A_23_P93823 73287861 73287802 RFC2 5982 11 7 HSPA6 3310 1 1 A_23_P114903 159762782 159762841 PAX8 7849 12 2 A_23_P210001 113691555 113691496 GUCA1A 2978 6 6 UBA7 7318 24 3 1294_at:1079:379, 1294_at:361:881, 203281_s_at:524:889, 203281_s_at:678:1017, 203281_s_at:68:1153 49818386, 49818398, 49818378, 49818434, 49818422 49818362, 49818374, 49818354, 49818420, 49818398 sorry for the long tables, thanks Alex Student University of Colorado [[alternative HTML version deleted...
2011 Oct 24
2
C function is wrong under Windows 7
...ion 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 > es.c <- .Ca...
2008 Mar 08
1
Errors in in my code
..."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", "1552263_at", "1552264_a_a...