search for: get_msa

Displaying 1 result from an estimated 1 matches for "get_msa".

Did you mean: get_msr
2006 Jul 21
1
Problems Reading from Socket
...he 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 results, the socket-based code is: host<-"genomics...