search for: banknamesocket

Displaying 2 results from an estimated 2 matches for "banknamesocket".

2006 Nov 08
1
get compressed data via a socket connection
...ebank("hoverprot") # choose the database ( this operation will open the socketanknameSocket$socket ) > query("toto","k=btg@") # do a query ( it means : give me the sequences associated to the keywords begining with btg, save the list in toto) > socket <- banknameSocket$socket # here I save the socket in "socket" > request="extractseqs&lrank=2&format=\"fasta\"&operation=\"simple\"&zlib=F" # writing a request > #( it means : give me the sequence information of the list of rank 2 ( toto) in fasta fo...
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