search for: gene_set_id

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

Did you mean: gene_set_ids
2006 Jul 21
1
Problems Reading from Socket
...mparison, 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<-"genomics11.bu.edu" path<-"/cgi-bin/Tractor_dev/external/get_msa.cgi" da...