Displaying 2 results from an estimated 2 matches for "aegypti".
2007 Nov 14
1
reading tables from url
....nih.gov/genomes/leuks.cgi?
dump=selected")
> read.delim(x1, skip=1, nrows=5)[,1:3]
X...Columns. ProjectID Organism.Name
1 20303 Acanthamoeba castellanii Neff Protists
2 13657 Acyrthosiphon pisum LSR1 Animals
3 12434 Aedes aegypti Liverpool Animals
4 12635 Ajellomyces capsulatus G186AR Fungi
5 12653 Ajellomyces capsulatus G217B Fungi
Warning messages:
1: connected to 'www.ncbi.nlm.nih.gov' on port 80. in: open.connection
(file, "r")
2: -> GET /genomes/leuks.cgi?dump...
2007 Dec 31
2
How to import ENSEMBL text data using R
Dear all,
I have a data which is in text file and i would like to import the data to R. From the manual, i?ve found the read.table command function is the most appropriate but when i wrote the command an error had occur. It say ?Error in read.table"C:/Users/user/Documents/cfa-1.txt", header = T, sep = "\t",skip=10) :more columns than column names?. Please help me with this as