Displaying 1 result from an estimated 1 matches for "edu__agilentg4502a_07_3__tcga".
2011 Oct 06
0
TCGA expression data: plotting ....
...level II, and the gene
expression analysis data using
>dat<-read.table("C:\\file.txt", header=T, row.names=1)
for example:
> dat1<-read.table("C:\\US82800149_251976011000_S01_GE2_105_Dec08.txt",
> header=T, row.names=1)
> dat<-read.table("C:\\unc.edu__AgilentG4502A_07_3__TCGA-A6-2674-01A-02R-0821-07__gene_expression_analysis.txt",
> header=T, row.names=1)
in all cases I get the error
"more columns than column names"
I have only been able to read in the level II data with the code:
> dat2<-read.table("C:\\US82800149_251976011000_S01_GE2_...