Displaying 1 result from an estimated 1 matches for "a_23_p67323".
2011 Oct 06
0
TCGA expression data: plotting ....
...what I am working with.
I can see that the dimensions of this data are 
> dim(dat2)
[1] 90798     2
When I print "dat2" to the screen it looks like this:
I assume that this is one patient with expression (intensity) data for a
large number of genes, but don't know.
49995        A_23_P67323                          -0.427
49996        A_23_P67330                         -0.3275
49997        A_23_P67332                          -0.409
49998        A_23_P67339                          3.2955
49999        A_23_P67355                           1.205
If I try to plot the data with the fol...