[R] "Levels" error after printing
Gundala Viswanath
gundalav at gmail.com
Thu May 29 05:51:00 CEST 2008
Hi all,
After running this code (attaches is the input file):
dat <- read.table("gene_prob.txt", sep = "\t")
n <- length(dat$V1)
print(n)
print(dat$V1)
I get this print out.
......
[8541] LOC552889 GPR15 SLC2A11 GRIP2 SGEF
[8546] PIK3IP1 RPS27 AQP7
8548 Levels: 3.8-1 A2M A4GALT A4GNT AAAS AAK1 AAMP AANAT AARSD1 AASS
... hCG_1730474
What's the meaning of the last line? Is it an error?
--
Gundala Viswanath
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gene_prob.txt
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080529/99090d93/attachment.txt>
More information about the R-help
mailing list