Displaying 6 results from an estimated 6 matches for "1255_g_at".
2011 Oct 26
3
FOR loop with statistical analysis for microarray data
...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 columns in two data.frames to divide Experim and CTRs
then, i created a FOR loop to create a vect...
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.valu...
2008 Jun 24
1
Binding result of a function to a data frame
...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 PTPN21 78.4 36.2 185.2
Now, I want to:
1. apply the kurtosis f...
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
Universitaetsklinikum Eppendorf Hamburg
Institut fuer Kli...
2011 Oct 24
2
C function is wrong under Windows 7
...ve 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
> es.c...
2008 Mar 08
1
Errors in in my code
...ages:
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", "1552263_at&quo...