Displaying 1 result from an estimated 1 matches for "genomics11".
Did you mean:
genomics
2006 Jul 21
1
Problems Reading from Socket
...I include example code below to
demonstrate the problem. The problems occur in R v2.3.1 (2006-06-01)
on both Linux and OS X.
For comparison, here is code that produces the correct output (I used
paste on the URL to prevent word-wrapping from clobbering it):
full.url<-paste("http://genomics11.bu.edu/cgi-bin/",
"Tractor_dev/external/get_msa.cgi?user_id=0&",
"table=seqs_ucsc_hg18&len=350&gene_set_ids=",
"NM_000029,NM_000064,NM_000066&orgs=Hs,",
"mm8,canFam2",sep="")
readLines(full.url)
To reproduce the incorrect r...