| 1 | <!DOCTYPE html |
|---|
| 2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
|---|
| 5 | <head> |
|---|
| 6 | <title>OReFiL: Help</title> |
|---|
| 7 | <style type="text/css"> |
|---|
| 8 | <!--/* <![CDATA[ */ |
|---|
| 9 | .a {color: green} |
|---|
| 10 | .b {border: thin dotted #888; font-size:18px} |
|---|
| 11 | .e {background: #eee} |
|---|
| 12 | .m {text-decoration: none; background: #eef; margin: .1ex .1em .1ex .1em} |
|---|
| 13 | .n {background: #ddd} |
|---|
| 14 | a.m:link {color: #00f} |
|---|
| 15 | a.m:visited {color: #00f} |
|---|
| 16 | a.m:hover {color: #770} |
|---|
| 17 | a.m:active {color: #00f} |
|---|
| 18 | h1 {text-indent: .2em; border-color: black; border-width: 0 0 1px 4px; border-style: none none solid double} |
|---|
| 19 | h2 {margin-bottom: 20px; padding: 8px 0; border-top: 6px solid #444; border-bottom: 6px solid #444; text-indent: .2em;} |
|---|
| 20 | h3 {padding: .2em .3em .2em .3em; margin: 0 0 .5em 0; color: white; background: #444} |
|---|
| 21 | ul {margin-top: 0; margin-bottom: 3ex} |
|---|
| 22 | li {margin-bottom: .7ex} |
|---|
| 23 | body {font-family: Arial, sans-serif; margin: 1.5ex; padding: 0; line-height: 1.4; color: #333; font-size: 0.9em} |
|---|
| 24 | html {overflow-y:scroll;} |
|---|
| 25 | p {margin: .7ex .7em .7ex .7em} |
|---|
| 26 | table { |
|---|
| 27 | margin: 0 0 3ex 7ex; |
|---|
| 28 | border: 1px solid #CCCCCC; |
|---|
| 29 | border-collapse: separate; |
|---|
| 30 | border-spacing: 1px; |
|---|
| 31 | } |
|---|
| 32 | td { |
|---|
| 33 | border: 1px solid #CCCCCC; |
|---|
| 34 | border-collapse: separate; |
|---|
| 35 | border-spacing: 1px; |
|---|
| 36 | } |
|---|
| 37 | pre { |
|---|
| 38 | width: 500px; |
|---|
| 39 | padding: 2em; |
|---|
| 40 | overflow: auto; |
|---|
| 41 | border: 1px solid #CCCCCC; |
|---|
| 42 | border-collapse: separate; |
|---|
| 43 | border-spacing: 1px; |
|---|
| 44 | } |
|---|
| 45 | /* ]]> */--> |
|---|
| 46 | </style> |
|---|
| 47 | </head> |
|---|
| 48 | <body> |
|---|
| 49 | <h1>Specification of the OReFiL WebAPI</h1> |
|---|
| 50 | <ul> |
|---|
| 51 | <li><a href="#sec_1">SOAP Interface</a></li> |
|---|
| 52 | <li><a href="#sec_2">REST Interface</a></li> |
|---|
| 53 | <li><a href="#sec_3">Responses</a></li> |
|---|
| 54 | <li><a href="#sec_4">SOAP Request / Response Sample</a></li> |
|---|
| 55 | <li><a href="#sec_5">REST Request / Response Sample</a></li> |
|---|
| 56 | </ul> |
|---|
| 57 | <center><p><a href="/">Begin a search</a></p> |
|---|
| 58 | <p>Comments and suggestions are welcome, please send an email to yayamamo AT cb DOT k DOT u-tokyo DOT ac DOT jp.</p></center> |
|---|
| 59 | |
|---|
| 60 | <h2>Interface Specifications</h2> |
|---|
| 61 | |
|---|
| 62 | <a id="sec_1"></a> |
|---|
| 63 | <h3 id="SOAP">SOAP</h3> |
|---|
| 64 | <ul><li>WSDL |
|---|
| 65 | <ul><li>/search/service.wsdl |
|---|
| 66 | </li></ul></li><li>Entry Point |
|---|
| 67 | <ul><li>/search/api |
|---|
| 68 | </li></ul></li><li>SOAPAction |
|---|
| 69 | <ul><li>/search/api/GetResourceInfoByQueryTerm |
|---|
| 70 | </li></ul></li><li>Parameters |
|---|
| 71 | </li></ul><table class="wiki"> |
|---|
| 72 | <tr><td> Name </td><td> Description </td><td> Must/Optional </td><td> Default Value </td><td> Allowable Values |
|---|
| 73 | </td></tr><tr><td> expression </td><td> Query String </td><td> Must </td><td> - </td><td> Expression that can be acceptable by IndriRunQuery |
|---|
| 74 | </td></tr><tr><td> max_results </td><td> Maximum Number of Result Entries </td><td> Must </td><td> - </td><td> 1 - 1000 |
|---|
| 75 | </td></tr><tr><td> order </td><td> Sort Order </td><td> Must </td><td> - </td><td> `relevance` or `date` |
|---|
| 76 | </td></tr><tr><td> enable_hide_unfetched </td><td> Display or Hide of Status 404 URLs </td><td> Must </td><td> - </td><td> `true` or `false` |
|---|
| 77 | </td></tr><tr><td> enable_relevance_feedback </td><td> Relevance Feedback </td><td> Must </td><td> - </td><td> `true` or `false` |
|---|
| 78 | </td></tr></table> |
|---|
| 79 | <ul><li>Errors |
|---|
| 80 | <ul><li>Follows the SOAP error specification as much as possible. |
|---|
| 81 | </li><li>Internal Server Error may occur unless enough parameters are given. |
|---|
| 82 | </li></ul></li></ul> |
|---|
| 83 | |
|---|
| 84 | <a id="sec_2"></a> |
|---|
| 85 | <h3 id="REST">REST</h3> |
|---|
| 86 | <ul><li>URI |
|---|
| 87 | <ul><li>/search.xml |
|---|
| 88 | </li></ul></li><li>Parameters |
|---|
| 89 | <ul><li>Given by GET parameters or POST parameters |
|---|
| 90 | </li></ul></li></ul><table class="wiki"> |
|---|
| 91 | <tr><td> Name </td><td> Description </td><td> Must/Optional </td><td> Default Value </td><td> Allowbale Values |
|---|
| 92 | </td></tr><tr><td> query </td><td> Query String </td><td> Must </td><td> - </td><td> Expression that can be acceptable by IndriRunQuery |
|---|
| 93 | </td></tr><tr><td> count </td><td> Maximum Number of Result Entries </td><td> Optional </td><td> 100 </td><td> 1 - 1000 |
|---|
| 94 | </td></tr><tr><td> sort_by </td><td> Sort Order </td><td> Optional </td><td> relevance </td><td> `relevance` or `date` |
|---|
| 95 | </td></tr><tr><td> hide_unfetched </td><td> Display or Hide of Status 404 URLs </td><td> Optional </td><td> on </td><td> `on` or `off` |
|---|
| 96 | </td></tr><tr><td> feedback </td><td> Relevance Feedback </td><td> Optional </td><td> off </td><td> `on` or `off` |
|---|
| 97 | </td></tr></table> |
|---|
| 98 | <ul><li>Errors |
|---|
| 99 | <ul><li>Basically users need to handle errors based on HTTP statuses. |
|---|
| 100 | </li><li>The error description is given in an XML format as much as possible if there is an error in user parameters. |
|---|
| 101 | <ul><li>Error description |
|---|
| 102 | <ul><li>errors: a list of errors |
|---|
| 103 | <ul><li>error: description of each error |
|---|
| 104 | <ul><li>http_status_code: HTTP status code |
|---|
| 105 | </li><li>code: application error code |
|---|
| 106 | </li><li>name: error name |
|---|
| 107 | </li><li>message: error message |
|---|
| 108 | </li></ul></li></ul></li></ul></li><li>Error sample |
|---|
| 109 | <pre class="wiki"><?xml version="1.0" encoding="UTF-8"?> |
|---|
| 110 | <errors> |
|---|
| 111 | <error> |
|---|
| 112 | <http_status_code>400</http_status_code> |
|---|
| 113 | <code>40003</code> |
|---|
| 114 | <name>Orefil::InvalidCountError</name> |
|---|
| 115 | <message>Set integer of 1 or more to `Max Results` value.</message> |
|---|
| 116 | </error> |
|---|
| 117 | </errors> |
|---|
| 118 | </pre></li></ul></li></ul></li></ul> |
|---|
| 119 | |
|---|
| 120 | <a id="sec_3"></a> |
|---|
| 121 | <h2>Response</h2> |
|---|
| 122 | <ul><li>Result_Set: Results ( `result_set` if REST ) |
|---|
| 123 | <ul><li>query: Query string after applying the default value |
|---|
| 124 | <ul><li>expression: Query string parameter |
|---|
| 125 | </li><li>option: Option parameters |
|---|
| 126 | <ul><li>max_results: Maximum number of results |
|---|
| 127 | </li><li>order: Sort order |
|---|
| 128 | </li><li>enable_hide_unfetched: Whether displaying status 404 URLs or not ( true / false ) |
|---|
| 129 | </li><li>enable_relevance_feedback: Relevane feedback ( true / false ) |
|---|
| 130 | </li></ul></li><li>last_index_date: Update time of the index |
|---|
| 131 | </li></ul></li><li>status: Status of the result ( SOAP only ) |
|---|
| 132 | <ul><li>code: Status code |
|---|
| 133 | </li><li>name: Status name |
|---|
| 134 | </li><li>message: Status message |
|---|
| 135 | </li></ul></li><li>results: A list of results |
|---|
| 136 | <ul><li>item: A result ( `result` if REST) |
|---|
| 137 | <ul><li>id: Online resource ID |
|---|
| 138 | </li><li>rank: Rank in the result |
|---|
| 139 | </li><li>title: Online resource title |
|---|
| 140 | </li><li>updated_at: Update time ( XML Schema format ) |
|---|
| 141 | </li><li>average_stars: Average rating |
|---|
| 142 | </li><li>snippet: Snippet |
|---|
| 143 | </li><li>mesh_term_list: A list of MeSH terms |
|---|
| 144 | <ul><li>item: A MeSH term ( mesh_term if REST ) |
|---|
| 145 | </li></ul></li><li>url: Online resource's URL |
|---|
| 146 | </li><li>pages: A list of URLs that search for referring links |
|---|
| 147 | <ul><li>item: Referring link search ( `page` if REST ) |
|---|
| 148 | <ul><li>name: Name of the search engine |
|---|
| 149 | </li><li>url: URL for search |
|---|
| 150 | </li></ul></li></ul></li><li>papers: A list of URLs that search for citing papers |
|---|
| 151 | <ul><li>item: Citing paper search ( `paper` if REST ) |
|---|
| 152 | <ul><li>name: Name of the search engine |
|---|
| 153 | </li><li>url: URL for search |
|---|
| 154 | </li></ul></li></ul></li><li>pmid_list: A ilst of PMIDs that cite the resource |
|---|
| 155 | <ul><li>item: pmid ( pmid if REST ) |
|---|
| 156 | </li></ul></li></ul></li></ul></li></ul></li></ul> |
|---|
| 157 | |
|---|
| 158 | <h2>Request / Response Sample</h2> |
|---|
| 159 | <p> |
|---|
| 160 | Here are samples of requests and their corresponding responses in SOAP and REST. |
|---|
| 161 | </p> |
|---|
| 162 | <ul><li>Request |
|---|
| 163 | <ul><li>Query String: #filreq(DNA.majr #combine(genome)) |
|---|
| 164 | </li><li>Options |
|---|
| 165 | <ul><li>Maximum Number of Results : 3 |
|---|
| 166 | </li><li>Sort Order: Relevance |
|---|
| 167 | </li><li>Status 404 URLs: display |
|---|
| 168 | </li><li>Relevance Feedback: off |
|---|
| 169 | </li></ul></li></ul></li></ul> |
|---|
| 170 | |
|---|
| 171 | <a id="sec_4"></a> |
|---|
| 172 | <h3 id="SOAP1">SOAP</h3> |
|---|
| 173 | <ul><li>Request |
|---|
| 174 | <pre class="wiki"><?xml version="1.0" encoding="UTF-8"?> |
|---|
| 175 | |
|---|
| 176 | <SOAP-ENV:Envelope |
|---|
| 177 | |
|---|
| 178 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|---|
| 179 | |
|---|
| 180 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 181 | |
|---|
| 182 | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" |
|---|
| 183 | |
|---|
| 184 | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" |
|---|
| 185 | |
|---|
| 186 | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> |
|---|
| 187 | |
|---|
| 188 | <SOAP-ENV:Body> |
|---|
| 189 | |
|---|
| 190 | <m:GetResourceInfoByQueryTerm xmlns:m="urn:ActionWebService"> |
|---|
| 191 | |
|---|
| 192 | <expression xsi:type="xsd:string">#filreq(DNA.majr #combine(genome))</expression> |
|---|
| 193 | |
|---|
| 194 | <max_results xsi:type="xsd:int">3</max_results> |
|---|
| 195 | |
|---|
| 196 | <order xsi:type="xsd:string">relevance</order> |
|---|
| 197 | |
|---|
| 198 | <enable_hide_unfetched xsi:type="xsd:boolean">true</enable_hide_unfetched> |
|---|
| 199 | |
|---|
| 200 | <enable_relevance_feedback xsi:type="xsd:boolean">false</enable_relevance_feedback> |
|---|
| 201 | |
|---|
| 202 | </m:GetResourceInfoByQueryTerm> |
|---|
| 203 | |
|---|
| 204 | </SOAP-ENV:Body> |
|---|
| 205 | |
|---|
| 206 | </SOAP-ENV:Envelope> |
|---|
| 207 | </pre></li><li>Response |
|---|
| 208 | <pre class="wiki"><?xml version="1.0" encoding="UTF-8" ?> |
|---|
| 209 | <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|---|
| 210 | xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" |
|---|
| 211 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|---|
| 212 | <env:Body> |
|---|
| 213 | <n1:GetResourceInfoByQueryTermResponse xmlns:n1="urn:ActionWebService" |
|---|
| 214 | env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> |
|---|
| 215 | |
|---|
| 216 | <return xsi:type="n1:Retrieve..ResultSet"> |
|---|
| 217 | <results n2:arrayType="n1:Retrieve..Result[3]" |
|---|
| 218 | xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/" |
|---|
| 219 | xsi:type="n2:Array"> |
|---|
| 220 | <item> |
|---|
| 221 | <id xsi:type="xsd:int">4980</id> |
|---|
| 222 | <mesh_term_list n2:arrayType="xsd:string[28]" |
|---|
| 223 | xsi:type="n2:Array"> |
|---|
| 224 | |
|---|
| 225 | <item>Abnormalities, Multiple</item> |
|---|
| 226 | <item>Carbamoyl-Phosphate Synthase I Deficiency Disease</item> |
|---|
| 227 | <item>Chickens</item> |
|---|
| 228 | <item>Chromosome Deletion</item> |
|---|
| 229 | |
|---|
| 230 | <item>Chromosome Mapping</item> |
|---|
| 231 | <item>Chromosomes, Human, Pair 2</item> |
|---|
| 232 | <item>Computational Biology</item> |
|---|
| 233 | <item>DNA Primers</item> |
|---|
| 234 | |
|---|
| 235 | <item>Database Management Systems</item> |
|---|
| 236 | <item>Databases, Genetic</item> |
|---|
| 237 | <item>Databases, Nucleic Acid</item> |
|---|
| 238 | <item>Databases, Protein</item> |
|---|
| 239 | |
|---|
| 240 | <item>Exons</item> |
|---|
| 241 | <item>Genome</item> |
|---|
| 242 | <item>Genome, Human</item> |
|---|
| 243 | <item>Genomics</item> |
|---|
| 244 | |
|---|
| 245 | <item>Information Storage and Retrieval</item> |
|---|
| 246 | <item>Internet</item> |
|---|
| 247 | <item>Linkage (Genetics)</item> |
|---|
| 248 | <item>Microsatellite Repeats</item> |
|---|
| 249 | |
|---|
| 250 | <item>Polymorphism, Single Nucleotide</item> |
|---|
| 251 | <item>Proteins</item> |
|---|
| 252 | <item>Proteome</item> |
|---|
| 253 | <item>Proteomics</item> |
|---|
| 254 | |
|---|
| 255 | <item>RNA, Messenger</item> |
|---|
| 256 | <item>Sequence Alignment</item> |
|---|
| 257 | <item>Software</item> |
|---|
| 258 | <item>Zebrafish</item> |
|---|
| 259 | |
|---|
| 260 | </mesh_term_list> |
|---|
| 261 | <title xsi:type="xsd:string">UCSC Genome Browser Home</title> |
|---|
| 262 | <pmid_list n2:arrayType="xsd:string[15]" |
|---|
| 263 | xsi:type="n2:Array"> |
|---|
| 264 | <item>16888352</item> |
|---|
| 265 | <item>16381938</item> |
|---|
| 266 | |
|---|
| 267 | <item>12045153</item> |
|---|
| 268 | <item>15216554</item> |
|---|
| 269 | <item>17151077</item> |
|---|
| 270 | <item>16888348</item> |
|---|
| 271 | |
|---|
| 272 | <item>16372332</item> |
|---|
| 273 | <item>11932250</item> |
|---|
| 274 | <item>16722777</item> |
|---|
| 275 | <item>12519945</item> |
|---|
| 276 | |
|---|
| 277 | <item>16500937</item> |
|---|
| 278 | <item>17142222</item> |
|---|
| 279 | <item>15554057</item> |
|---|
| 280 | <item>15608236</item> |
|---|
| 281 | |
|---|
| 282 | <item>16888346</item> |
|---|
| 283 | </pmid_list> |
|---|
| 284 | <snippet xsi:type="xsd:string">Comparative &lt;strong&gt;Genomic&lt;/strong&gt; Analysis Using the UCSC &lt;strong&gt;Genome&lt;/strong&gt; Browser. Comparative analysis of DNA sequence from multiple species can provide insights into the function...sequence from multiple species can provide insights into the function and evolutionary processes that shape &lt;strong&gt;genomes&lt;/strong&gt;. The University of California Santa Cruz (UCSC) &lt;strong&gt;Genome&lt;/strong&gt; Bioinformatics group has developed several tools and methodologies in its study of comparative genomics, many...</snippet> |
|---|
| 285 | |
|---|
| 286 | <rank xsi:type="xsd:int">1</rank> |
|---|
| 287 | <papers n2:arrayType="n1:Retrieve..Paper[4]" |
|---|
| 288 | xsi:type="n2:Array"> |
|---|
| 289 | <item> |
|---|
| 290 | <name href="#id18291200"></name> |
|---|
| 291 | <url xsi:type="xsd:string">http://www.biomedcentral.com/search/results.asp?txtSearch1=http%3A%2F%2Fgenome.ucsc.edu%2F&amp;chkBMCJournals=true&amp;chkCurrentOpinion=true&amp;drpFromDate=&amp;drpToDate=&amp;chkNSP=true&amp;drpAddedInLast=&amp;drpOrderBy=by+date&amp;drpPerPage=20&amp;drpAbstract=no+abstract&amp;strTempString=&amp;strSearchBoxType=bmc_boolean_results&amp;Search.x=10&amp;jou_id=&amp;Search.x=0&amp;Search.y=0&amp;Search=Search</url> |
|---|
| 292 | |
|---|
| 293 | </item> |
|---|
| 294 | <item> |
|---|
| 295 | <name href="#id18285850"></name> |
|---|
| 296 | <url xsi:type="xsd:string">http://www.scirus.com/srsapp/search?q=http%3A%2F%2Fgenome.ucsc.edu%2F&amp;ds=jnl&amp;g=s&amp;t=all</url> |
|---|
| 297 | |
|---|
| 298 | </item> |
|---|
| 299 | <item> |
|---|
| 300 | <name href="#id18277510"></name> |
|---|
| 301 | <url xsi:type="xsd:string">http://highwire.org/cgi/searchresults?fulltext=http%3A%2F%2Fgenome.ucsc.edu%2F</url> |
|---|
| 302 | </item> |
|---|
| 303 | |
|---|
| 304 | <item> |
|---|
| 305 | <name href="#id18264560"></name> |
|---|
| 306 | <url xsi:type="xsd:string">http://scholar.google.com/scholar?hl=en&amp;lr=&amp;q=http%3A%2F%2Fgenome.ucsc.edu%2F&amp;btnG=Search</url> |
|---|
| 307 | </item> |
|---|
| 308 | |
|---|
| 309 | </papers> |
|---|
| 310 | <average_stars xsi:type="xsd:double">+3.666666666666667</average_stars> |
|---|
| 311 | <url xsi:type="xsd:string">http://genome.ucsc.edu/</url> |
|---|
| 312 | <pages n2:arrayType="n1:Retrieve..Page[2]" |
|---|
| 313 | xsi:type="n2:Array"> |
|---|
| 314 | <item> |
|---|
| 315 | |
|---|
| 316 | <name href="#id18255240"></name> |
|---|
| 317 | <url xsi:type="xsd:string">http://www.google.com/search?hl=en&amp;q=link%3ahttp%3A%2F%2Fgenome.ucsc.edu%2F&amp;btnG=Google+Search</url> |
|---|
| 318 | </item> |
|---|
| 319 | <item> |
|---|
| 320 | |
|---|
| 321 | <name href="#id18253260"></name> |
|---|
| 322 | <url xsi:type="xsd:string">http://www.altavista.com/web/results?itag=ody&amp;q=link:http%3A%2F%2Fgenome.ucsc.edu%2F&amp;kgs=0&amp;kls=1</url> |
|---|
| 323 | </item> |
|---|
| 324 | </pages> |
|---|
| 325 | |
|---|
| 326 | <updated_at xsi:type="xsd:dateTime">2008-02-20T00:00:00+09:00</updated_at> |
|---|
| 327 | </item> |
|---|
| 328 | <item> |
|---|
| 329 | <id xsi:type="xsd:int">7142</id> |
|---|
| 330 | <mesh_term_list n2:arrayType="xsd:string[9]" |
|---|
| 331 | xsi:type="n2:Array"> |
|---|
| 332 | |
|---|
| 333 | <item>Chromosome Mapping</item> |
|---|
| 334 | <item>Databases, Genetic</item> |
|---|
| 335 | <item>Gene Expression Profiling</item> |
|---|
| 336 | <item>Genome</item> |
|---|
| 337 | |
|---|
| 338 | <item>Oligonucleotide Array Sequence Analysis</item> |
|---|
| 339 | <item>Sequence Alignment</item> |
|---|
| 340 | <item>Sequence Analysis, DNA</item> |
|---|
| 341 | <item>Software</item> |
|---|
| 342 | |
|---|
| 343 | <item>User-Computer Interface</item> |
|---|
| 344 | </mesh_term_list> |
|---|
| 345 | <title xsi:type="xsd:string">UCSC Genome Browser Home</title> |
|---|
| 346 | <pmid_list n2:arrayType="xsd:string[2]" |
|---|
| 347 | xsi:type="n2:Array"> |
|---|
| 348 | <item>14681485</item> |
|---|
| 349 | |
|---|
| 350 | <item>16108715</item> |
|---|
| 351 | </pmid_list> |
|---|
| 352 | <snippet xsi:type="xsd:string">Finding anchors for &lt;strong&gt;genomic&lt;/strong&gt; sequence comparison . Recent sequencing of the human and other mammalian &lt;strong&gt;genomes&lt;/strong&gt; has brought about the necessity to align them , to identify and characterize their commonalities and...Algorithms Amino Acid Motifs Chromosome Mapping Sequence Analysis, DNA User-Computer Interface Databases, Genetic Mice &lt;strong&gt;Genome&lt;/strong&gt; Information Storage and Retrieval Internet Rats Computational Biology Software Models, Genetic Animals Oligonucleotide Array Sequence Analysis Databases, Genetic &lt;strong&gt;Genome&lt;/strong&gt; Gene Expression Profiling Sequence Alignment Software Chromosome Mapping Oligonucleotide Array Sequence Analysis User-Computer Interface Sequence Analysis, ... Nucleic Acid Hybridization Microarray Analysis Genetic Techniques Information Storage and Retrieval Sequence Analysis Chemistry, Analytical...</snippet> |
|---|
| 353 | |
|---|
| 354 | <rank xsi:type="xsd:int">2</rank> |
|---|
| 355 | <papers n2:arrayType="n1:Retrieve..Paper[4]" |
|---|
| 356 | xsi:type="n2:Array"> |
|---|
| 357 | <item> |
|---|
| 358 | <name href="#id18291200"></name> |
|---|
| 359 | <url xsi:type="xsd:string">http://www.biomedcentral.com/search/results.asp?txtSearch1=http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;chkBMCJournals=true&amp;chkCurrentOpinion=true&amp;drpFromDate=&amp;drpToDate=&amp;chkNSP=true&amp;drpAddedInLast=&amp;drpOrderBy=by+date&amp;drpPerPage=20&amp;drpAbstract=no+abstract&amp;strTempString=&amp;strSearchBoxType=bmc_boolean_results&amp;Search.x=10&amp;jou_id=&amp;Search.x=0&amp;Search.y=0&amp;Search=Search</url> |
|---|
| 360 | |
|---|
| 361 | </item> |
|---|
| 362 | <item> |
|---|
| 363 | <name href="#id18285850"></name> |
|---|
| 364 | <url xsi:type="xsd:string">http://www.scirus.com/srsapp/search?q=http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;ds=jnl&amp;g=s&amp;t=all</url> |
|---|
| 365 | |
|---|
| 366 | </item> |
|---|
| 367 | <item> |
|---|
| 368 | <name href="#id18277510"></name> |
|---|
| 369 | <url xsi:type="xsd:string">http://highwire.org/cgi/searchresults?fulltext=http%3A%2F%2Fwww.genome.ucsc.edu%2F</url> |
|---|
| 370 | </item> |
|---|
| 371 | |
|---|
| 372 | <item> |
|---|
| 373 | <name href="#id18264560"></name> |
|---|
| 374 | <url xsi:type="xsd:string">http://scholar.google.com/scholar?hl=en&amp;lr=&amp;q=http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;btnG=Search</url> |
|---|
| 375 | </item> |
|---|
| 376 | |
|---|
| 377 | </papers> |
|---|
| 378 | <average_stars xsi:type="xsd:double">+3</average_stars> |
|---|
| 379 | <url xsi:type="xsd:string">http://www.genome.ucsc.edu/</url> |
|---|
| 380 | <pages n2:arrayType="n1:Retrieve..Page[2]" |
|---|
| 381 | xsi:type="n2:Array"> |
|---|
| 382 | <item> |
|---|
| 383 | |
|---|
| 384 | <name href="#id18255240"></name> |
|---|
| 385 | <url xsi:type="xsd:string">http://www.google.com/search?hl=en&amp;q=link%3ahttp%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;btnG=Google+Search</url> |
|---|
| 386 | </item> |
|---|
| 387 | <item> |
|---|
| 388 | |
|---|
| 389 | <name href="#id18253260"></name> |
|---|
| 390 | <url xsi:type="xsd:string">http://www.altavista.com/web/results?itag=ody&amp;q=link:http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;kgs=0&amp;kls=1</url> |
|---|
| 391 | </item> |
|---|
| 392 | </pages> |
|---|
| 393 | |
|---|
| 394 | <updated_at xsi:type="xsd:dateTime">2008-02-18T00:00:00+09:00</updated_at> |
|---|
| 395 | </item> |
|---|
| 396 | <item> |
|---|
| 397 | <id xsi:type="xsd:int">7515</id> |
|---|
| 398 | <mesh_term_list n2:arrayType="xsd:string[4]" |
|---|
| 399 | xsi:type="n2:Array"> |
|---|
| 400 | |
|---|
| 401 | <item>Computational Biology</item> |
|---|
| 402 | <item>Genomics</item> |
|---|
| 403 | <item>Isochores</item> |
|---|
| 404 | <item>Software</item> |
|---|
| 405 | |
|---|
| 406 | </mesh_term_list> |
|---|
| 407 | <title xsi:type="xsd:string">UCSC Genome Browser Home</title> |
|---|
| 408 | <pmid_list n2:arrayType="xsd:string[1]" |
|---|
| 409 | xsi:type="n2:Array"> |
|---|
| 410 | <item>15215396</item> |
|---|
| 411 | </pmid_list> |
|---|
| 412 | |
|---|
| 413 | <snippet xsi:type="xsd:string">IsoFinder : computational prediction of isochores in &lt;strong&gt;genome&lt;/strong&gt; sequences . Isochores are long &lt;strong&gt;genome&lt;/strong&gt; segments homogeneous in G+C . Here , we describe an algorithm ( IsoFinder ) running on the web...by each cut . This leads to the decomposition of a chromosome sequence into long homogeneous &lt;strong&gt;genome&lt;/strong&gt; regions ( LHGRs ) with well-defined mean G+C contents , each significantly different from the G...</snippet> |
|---|
| 414 | |
|---|
| 415 | <rank xsi:type="xsd:int">3</rank> |
|---|
| 416 | <papers n2:arrayType="n1:Retrieve..Paper[4]" |
|---|
| 417 | xsi:type="n2:Array"> |
|---|
| 418 | <item> |
|---|
| 419 | <name href="#id18291200"></name> |
|---|
| 420 | <url xsi:type="xsd:string">http://www.biomedcentral.com/search/results.asp?txtSearch1=http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;chkBMCJournals=true&amp;chkCurrentOpinion=true&amp;drpFromDate=&amp;drpToDate=&amp;chkNSP=true&amp;drpAddedInLast=&amp;drpOrderBy=by+date&amp;drpPerPage=20&amp;drpAbstract=no+abstract&amp;strTempString=&amp;strSearchBoxType=bmc_boolean_results&amp;Search.x=10&amp;jou_id=&amp;Search.x=0&amp;Search.y=0&amp;Search=Search</url> |
|---|
| 421 | |
|---|
| 422 | </item> |
|---|
| 423 | <item> |
|---|
| 424 | <name href="#id18285850"></name> |
|---|
| 425 | <url xsi:type="xsd:string">http://www.scirus.com/srsapp/search?q=http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;ds=jnl&amp;g=s&amp;t=all</url> |
|---|
| 426 | |
|---|
| 427 | </item> |
|---|
| 428 | <item> |
|---|
| 429 | <name href="#id18277510"></name> |
|---|
| 430 | <url xsi:type="xsd:string">http://highwire.org/cgi/searchresults?fulltext=http%3A%2F%2Fgenome.cse.ucsc.edu%2F</url> |
|---|
| 431 | </item> |
|---|
| 432 | |
|---|
| 433 | <item> |
|---|
| 434 | <name href="#id18264560"></name> |
|---|
| 435 | <url xsi:type="xsd:string">http://scholar.google.com/scholar?hl=en&amp;lr=&amp;q=http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;btnG=Search</url> |
|---|
| 436 | </item> |
|---|
| 437 | |
|---|
| 438 | </papers> |
|---|
| 439 | <average_stars xsi:type="xsd:double">+3</average_stars> |
|---|
| 440 | <url xsi:type="xsd:string">http://genome.cse.ucsc.edu/</url> |
|---|
| 441 | <pages n2:arrayType="n1:Retrieve..Page[2]" |
|---|
| 442 | xsi:type="n2:Array"> |
|---|
| 443 | <item> |
|---|
| 444 | |
|---|
| 445 | <name href="#id18255240"></name> |
|---|
| 446 | <url xsi:type="xsd:string">http://www.google.com/search?hl=en&amp;q=link%3ahttp%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;btnG=Google+Search</url> |
|---|
| 447 | </item> |
|---|
| 448 | <item> |
|---|
| 449 | |
|---|
| 450 | <name href="#id18253260"></name> |
|---|
| 451 | <url xsi:type="xsd:string">http://www.altavista.com/web/results?itag=ody&amp;q=link:http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;kgs=0&amp;kls=1</url> |
|---|
| 452 | </item> |
|---|
| 453 | </pages> |
|---|
| 454 | |
|---|
| 455 | <updated_at xsi:type="xsd:dateTime">2008-02-17T00:00:00+09:00</updated_at> |
|---|
| 456 | </item> |
|---|
| 457 | </results> |
|---|
| 458 | <query xsi:type="n1:Retrieve..Query"> |
|---|
| 459 | <option xsi:type="n1:Retrieve..Option"> |
|---|
| 460 | |
|---|
| 461 | <max_results xsi:type="xsd:int">3</max_results> |
|---|
| 462 | <enable_relevance_feedback xsi:type="xsd:boolean">false</enable_relevance_feedback> |
|---|
| 463 | <enable_hide_unfetched xsi:type="xsd:boolean">true</enable_hide_unfetched> |
|---|
| 464 | <order xsi:type="xsd:string">relevance</order> |
|---|
| 465 | |
|---|
| 466 | </option> |
|---|
| 467 | <expression xsi:type="xsd:string">#filreq(DNA.majr #combine(genome))</expression> |
|---|
| 468 | <last_index_date xsi:type="xsd:dateTime">2008-03-17T15:34:23+09:00</last_index_date> |
|---|
| 469 | </query> |
|---|
| 470 | <status xsi:type="n1:Retrieve..Status"> |
|---|
| 471 | |
|---|
| 472 | <name xsi:type="xsd:string">Orefil::Success</name> |
|---|
| 473 | <code xsi:type="xsd:string">20000</code> |
|---|
| 474 | <message xsi:type="xsd:string">success.</message> |
|---|
| 475 | </status> |
|---|
| 476 | |
|---|
| 477 | </return> |
|---|
| 478 | </n1:GetResourceInfoByQueryTermResponse> |
|---|
| 479 | <name id="id18291200" |
|---|
| 480 | xsi:type="xsd:string" |
|---|
| 481 | env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">BioMed Central</name> |
|---|
| 482 | <name id="id18285850" |
|---|
| 483 | xsi:type="xsd:string" |
|---|
| 484 | env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">Scirus</name> |
|---|
| 485 | <name id="id18277510" |
|---|
| 486 | xsi:type="xsd:string" |
|---|
| 487 | env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">HighWire Press</name> |
|---|
| 488 | |
|---|
| 489 | <name id="id18264560" |
|---|
| 490 | xsi:type="xsd:string" |
|---|
| 491 | env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">Google Scholar</name> |
|---|
| 492 | <name id="id18255240" |
|---|
| 493 | xsi:type="xsd:string" |
|---|
| 494 | env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">Google</name> |
|---|
| 495 | <name id="id18253260" |
|---|
| 496 | xsi:type="xsd:string" |
|---|
| 497 | env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">AltaVista</name> |
|---|
| 498 | </env:Body> |
|---|
| 499 | |
|---|
| 500 | </env:Envelope> |
|---|
| 501 | </pre> |
|---|
| 502 | </li></ul> |
|---|
| 503 | |
|---|
| 504 | <a id="sec_5"></a> |
|---|
| 505 | <h3 id="REST1">REST</h3> |
|---|
| 506 | <ul><li>Request |
|---|
| 507 | <pre class="wiki">/search.xml?query=%23filreq%28DNA.majr+%23combine%28genome%29%29&count=3&sort_by=relevance&hide_unfetched=on |
|---|
| 508 | </pre></li><li>Response |
|---|
| 509 | <pre class="wiki"><?xml version="1.0" encoding="UTF-8"?> |
|---|
| 510 | <result_set> |
|---|
| 511 | <query> |
|---|
| 512 | <expression>#filreq(DNA.majr #combine(genome))</expression> |
|---|
| 513 | <option> |
|---|
| 514 | <max_results>3</max_results> |
|---|
| 515 | <order>relevance</order> |
|---|
| 516 | <enable_hide_unfetched>true</enable_hide_unfetched> |
|---|
| 517 | <enable_relevance_feedback>false</enable_relevance_feedback> |
|---|
| 518 | </option> |
|---|
| 519 | <last_index_date>2008-03-04T17:05:26+09:00</last_index_date> |
|---|
| 520 | </query> |
|---|
| 521 | <results> |
|---|
| 522 | <result> |
|---|
| 523 | <id>4980</id> |
|---|
| 524 | <rank>1</rank> |
|---|
| 525 | <title>UCSC Genome Browser Home</title> |
|---|
| 526 | <updated_at>2008-02-20T00:00:00+09:00</updated_at> |
|---|
| 527 | <average_stars>3.4</average_stars> |
|---|
| 528 | <snippet> |
|---|
| 529 | Comparative <strong>Genomic</strong> Analysis Using the UCSC <strong>Genome</strong> Browser. Comparative analysis of DNA sequence from multiple species can provide insights into the function...sequence from multiple species can provide insights into the function and evolutionary processes that shape <strong>genomes</strong>. The University of California Santa Cruz (UCSC) <strong>Genome</strong> Bioinformatics group has developed several tools and methodologies in its study of comparative genomics, many... |
|---|
| 530 | </snippet> |
|---|
| 531 | <mesh_term_list> |
|---|
| 532 | <mesh_term>Abnormalities, Multiple</mesh_term> |
|---|
| 533 | <mesh_term>Carbamoyl-Phosphate Synthase I Deficiency Disease</mesh_term> |
|---|
| 534 | <mesh_term>Chickens</mesh_term> |
|---|
| 535 | <mesh_term>Chromosome Deletion</mesh_term> |
|---|
| 536 | <mesh_term>Chromosome Mapping</mesh_term> |
|---|
| 537 | <mesh_term>Chromosomes, Human, Pair 2</mesh_term> |
|---|
| 538 | <mesh_term>Computational Biology</mesh_term> |
|---|
| 539 | <mesh_term>DNA Primers</mesh_term> |
|---|
| 540 | <mesh_term>Database Management Systems</mesh_term> |
|---|
| 541 | <mesh_term>Databases, Genetic</mesh_term> |
|---|
| 542 | <mesh_term>Databases, Nucleic Acid</mesh_term> |
|---|
| 543 | <mesh_term>Databases, Protein</mesh_term> |
|---|
| 544 | <mesh_term>Exons</mesh_term> |
|---|
| 545 | <mesh_term>Genome</mesh_term> |
|---|
| 546 | <mesh_term>Genome, Human</mesh_term> |
|---|
| 547 | <mesh_term>Genomics</mesh_term> |
|---|
| 548 | <mesh_term>Information Storage and Retrieval</mesh_term> |
|---|
| 549 | <mesh_term>Internet</mesh_term> |
|---|
| 550 | <mesh_term>Linkage (Genetics)</mesh_term> |
|---|
| 551 | <mesh_term>Microsatellite Repeats</mesh_term> |
|---|
| 552 | <mesh_term>Polymorphism, Single Nucleotide</mesh_term> |
|---|
| 553 | <mesh_term>Proteins</mesh_term> |
|---|
| 554 | <mesh_term>Proteome</mesh_term> |
|---|
| 555 | <mesh_term>Proteomics</mesh_term> |
|---|
| 556 | <mesh_term>RNA, Messenger</mesh_term> |
|---|
| 557 | <mesh_term>Sequence Alignment</mesh_term> |
|---|
| 558 | <mesh_term>Software</mesh_term> |
|---|
| 559 | <mesh_term>Zebrafish</mesh_term> |
|---|
| 560 | </mesh_term_list> |
|---|
| 561 | <url>http://genome.ucsc.edu/</url> |
|---|
| 562 | <pages> |
|---|
| 563 | <page> |
|---|
| 564 | <name>Google</name> |
|---|
| 565 | <url> |
|---|
| 566 | http://www.google.com/search?hl=en&amp;q=link%3ahttp%3A%2F%2Fgenome.ucsc.edu%2F&amp;btnG=Google+Search |
|---|
| 567 | </url> |
|---|
| 568 | </page> |
|---|
| 569 | <page> |
|---|
| 570 | <name>AltaVista</name> |
|---|
| 571 | <url> |
|---|
| 572 | http://www.altavista.com/web/results?itag=ody&amp;q=link:http%3A%2F%2Fgenome.ucsc.edu%2F&amp;kgs=0&amp;kls=1 |
|---|
| 573 | </url> |
|---|
| 574 | </page> |
|---|
| 575 | </pages> |
|---|
| 576 | <papers> |
|---|
| 577 | <paper> |
|---|
| 578 | <name>BioMed Central</name> |
|---|
| 579 | <url> |
|---|
| 580 | http://www.biomedcentral.com/search/results.asp?txtSearch1=http%3A%2F%2Fgenome.ucsc.edu%2F&amp;chkBMCJournals=true&amp;chkCurrentOpinion=true&amp;drpFromDate=&amp;drpToDate=&amp;chkNSP=true&amp;drpAddedInLast=&amp;drpOrderBy=by+date&amp;drpPerPage=20&amp;drpAbstract=no+abstract&amp;strTempString=&amp;strSearchBoxType=bmc_boolean_results&amp;Search.x=10&amp;jou_id=&amp;Search.x=0&amp;Search.y=0&amp;Search=Search |
|---|
| 581 | </url> |
|---|
| 582 | </paper> |
|---|
| 583 | <paper> |
|---|
| 584 | <name>Scirus</name> |
|---|
| 585 | <url> |
|---|
| 586 | http://www.scirus.com/srsapp/search?q=http%3A%2F%2Fgenome.ucsc.edu%2F&amp;ds=jnl&amp;g=s&amp;t=all |
|---|
| 587 | </url> |
|---|
| 588 | </paper> |
|---|
| 589 | <paper> |
|---|
| 590 | <name>HighWire Press</name> |
|---|
| 591 | <url> |
|---|
| 592 | http://highwire.org/cgi/searchresults?fulltext=http%3A%2F%2Fgenome.ucsc.edu%2F&amp;andorexactfulltext=and&amp;author1=&amp;pubdate_year=&amp;volume=&amp;firstpage=&amp;src=hw&amp;searchsubmit=redo&amp;resourcetype=1&amp;search=Search&amp;fmonth=Jan&amp;fyear=1844&amp;tmonth=Dec&amp;tyear=2007&amp;fdatedef=1+January+1844&amp;tdatedef=31+Dec+2007 |
|---|
| 593 | </url> |
|---|
| 594 | </paper> |
|---|
| 595 | <paper> |
|---|
| 596 | <name>Google Scholar</name> |
|---|
| 597 | <url> |
|---|
| 598 | http://scholar.google.com/scholar?hl=en&amp;lr=&amp;q=http%3A%2F%2Fgenome.ucsc.edu%2F&amp;btnG=Search |
|---|
| 599 | </url> |
|---|
| 600 | </paper> |
|---|
| 601 | </papers> |
|---|
| 602 | <pmid_list> |
|---|
| 603 | <pmid>16888352</pmid> |
|---|
| 604 | <pmid>16381938</pmid> |
|---|
| 605 | <pmid>12045153</pmid> |
|---|
| 606 | <pmid>15216554</pmid> |
|---|
| 607 | <pmid>17151077</pmid> |
|---|
| 608 | <pmid>16888348</pmid> |
|---|
| 609 | <pmid>16372332</pmid> |
|---|
| 610 | <pmid>11932250</pmid> |
|---|
| 611 | <pmid>16722777</pmid> |
|---|
| 612 | <pmid>12519945</pmid> |
|---|
| 613 | <pmid>16500937</pmid> |
|---|
| 614 | <pmid>17142222</pmid> |
|---|
| 615 | <pmid>15554057</pmid> |
|---|
| 616 | <pmid>15608236</pmid> |
|---|
| 617 | <pmid>16888346</pmid> |
|---|
| 618 | </pmid_list> |
|---|
| 619 | </result> |
|---|
| 620 | <result> |
|---|
| 621 | <id>7142</id> |
|---|
| 622 | <rank>2</rank> |
|---|
| 623 | <title>UCSC Genome Browser Home</title> |
|---|
| 624 | <updated_at>2008-02-18T00:00:00+09:00</updated_at> |
|---|
| 625 | <average_stars>3.0</average_stars> |
|---|
| 626 | <snippet> |
|---|
| 627 | Finding anchors for <strong>genomic</strong> sequence comparison . Recent sequencing of the human and other mammalian <strong>genomes</strong> has brought about the necessity to align them , to identify and characterize their commonalities and...Algorithms Amino Acid Motifs Chromosome Mapping Sequence Analysis, DNA User-Computer Interface Databases, Genetic Mice <strong>Genome</strong> Information Storage and Retrieval Internet Rats Computational Biology Software Models, Genetic Animals Oligonucleotide Array Sequence Analysis Databases, Genetic <strong>Genome</strong> Gene Expression Profiling Sequence Alignment Software Chromosome Mapping Oligonucleotide Array Sequence Analysis User-Computer Interface Sequence Analysis, ... Nucleic Acid Hybridization Microarray Analysis Genetic Techniques Information Storage and Retrieval Sequence Analysis Chemistry, Analytical... |
|---|
| 628 | </snippet> |
|---|
| 629 | <mesh_term_list> |
|---|
| 630 | <mesh_term>Chromosome Mapping</mesh_term> |
|---|
| 631 | <mesh_term>Databases, Genetic</mesh_term> |
|---|
| 632 | <mesh_term>Gene Expression Profiling</mesh_term> |
|---|
| 633 | <mesh_term>Genome</mesh_term> |
|---|
| 634 | <mesh_term>Oligonucleotide Array Sequence Analysis</mesh_term> |
|---|
| 635 | <mesh_term>Sequence Alignment</mesh_term> |
|---|
| 636 | <mesh_term>Sequence Analysis, DNA</mesh_term> |
|---|
| 637 | <mesh_term>Software</mesh_term> |
|---|
| 638 | <mesh_term>User-Computer Interface</mesh_term> |
|---|
| 639 | </mesh_term_list> |
|---|
| 640 | <url>http://www.genome.ucsc.edu/</url> |
|---|
| 641 | <pages> |
|---|
| 642 | <page> |
|---|
| 643 | <name>Google</name> |
|---|
| 644 | <url> |
|---|
| 645 | http://www.google.com/search?hl=en&amp;q=link%3ahttp%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;btnG=Google+Search |
|---|
| 646 | </url> |
|---|
| 647 | </page> |
|---|
| 648 | <page> |
|---|
| 649 | <name>AltaVista</name> |
|---|
| 650 | <url> |
|---|
| 651 | http://www.altavista.com/web/results?itag=ody&amp;q=link:http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;kgs=0&amp;kls=1 |
|---|
| 652 | </url> |
|---|
| 653 | </page> |
|---|
| 654 | </pages> |
|---|
| 655 | <papers> |
|---|
| 656 | <paper> |
|---|
| 657 | <name>BioMed Central</name> |
|---|
| 658 | <url> |
|---|
| 659 | http://www.biomedcentral.com/search/results.asp?txtSearch1=http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;chkBMCJournals=true&amp;chkCurrentOpinion=true&amp;drpFromDate=&amp;drpToDate=&amp;chkNSP=true&amp;drpAddedInLast=&amp;drpOrderBy=by+date&amp;drpPerPage=20&amp;drpAbstract=no+abstract&amp;strTempString=&amp;strSearchBoxType=bmc_boolean_results&amp;Search.x=10&amp;jou_id=&amp;Search.x=0&amp;Search.y=0&amp;Search=Search |
|---|
| 660 | </url> |
|---|
| 661 | </paper> |
|---|
| 662 | <paper> |
|---|
| 663 | <name>Scirus</name> |
|---|
| 664 | <url> |
|---|
| 665 | http://www.scirus.com/srsapp/search?q=http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;ds=jnl&amp;g=s&amp;t=all |
|---|
| 666 | </url> |
|---|
| 667 | </paper> |
|---|
| 668 | <paper> |
|---|
| 669 | <name>HighWire Press</name> |
|---|
| 670 | <url> |
|---|
| 671 | http://highwire.org/cgi/searchresults?fulltext=http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;andorexactfulltext=and&amp;author1=&amp;pubdate_year=&amp;volume=&amp;firstpage=&amp;src=hw&amp;searchsubmit=redo&amp;resourcetype=1&amp;search=Search&amp;fmonth=Jan&amp;fyear=1844&amp;tmonth=Dec&amp;tyear=2007&amp;fdatedef=1+January+1844&amp;tdatedef=31+Dec+2007 |
|---|
| 672 | </url> |
|---|
| 673 | </paper> |
|---|
| 674 | <paper> |
|---|
| 675 | <name>Google Scholar</name> |
|---|
| 676 | <url> |
|---|
| 677 | http://scholar.google.com/scholar?hl=en&amp;lr=&amp;q=http%3A%2F%2Fwww.genome.ucsc.edu%2F&amp;btnG=Search |
|---|
| 678 | </url> |
|---|
| 679 | </paper> |
|---|
| 680 | </papers> |
|---|
| 681 | <pmid_list> |
|---|
| 682 | <pmid>14681485</pmid> |
|---|
| 683 | <pmid>16108715</pmid> |
|---|
| 684 | </pmid_list> |
|---|
| 685 | </result> |
|---|
| 686 | <result> |
|---|
| 687 | <id>7515</id> |
|---|
| 688 | <rank>3</rank> |
|---|
| 689 | <title>UCSC Genome Browser Home</title> |
|---|
| 690 | <updated_at>2008-02-17T00:00:00+09:00</updated_at> |
|---|
| 691 | <average_stars>3.0</average_stars> |
|---|
| 692 | <snippet> |
|---|
| 693 | IsoFinder : computational prediction of isochores in <strong>genome</strong> sequences . Isochores are long <strong>genome</strong> segments homogeneous in G+C . Here , we describe an algorithm ( IsoFinder ) running on the web...by each cut . This leads to the decomposition of a chromosome sequence into long homogeneous <strong>genome</strong> regions ( LHGRs ) with well-defined mean G+C contents , each significantly different from the G... |
|---|
| 694 | </snippet> |
|---|
| 695 | <mesh_term_list> |
|---|
| 696 | <mesh_term>Computational Biology</mesh_term> |
|---|
| 697 | <mesh_term>Genomics</mesh_term> |
|---|
| 698 | <mesh_term>Isochores</mesh_term> |
|---|
| 699 | <mesh_term>Software</mesh_term> |
|---|
| 700 | </mesh_term_list> |
|---|
| 701 | <url>http://genome.cse.ucsc.edu/</url> |
|---|
| 702 | <pages> |
|---|
| 703 | <page> |
|---|
| 704 | <name>Google</name> |
|---|
| 705 | <url> |
|---|
| 706 | http://www.google.com/search?hl=en&amp;q=link%3ahttp%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;btnG=Google+Search |
|---|
| 707 | </url> |
|---|
| 708 | </page> |
|---|
| 709 | <page> |
|---|
| 710 | <name>AltaVista</name> |
|---|
| 711 | <url> |
|---|
| 712 | http://www.altavista.com/web/results?itag=ody&amp;q=link:http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;kgs=0&amp;kls=1 |
|---|
| 713 | </url> |
|---|
| 714 | </page> |
|---|
| 715 | </pages> |
|---|
| 716 | <papers> |
|---|
| 717 | <paper> |
|---|
| 718 | <name>BioMed Central</name> |
|---|
| 719 | <url> |
|---|
| 720 | http://www.biomedcentral.com/search/results.asp?txtSearch1=http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;chkBMCJournals=true&amp;chkCurrentOpinion=true&amp;drpFromDate=&amp;drpToDate=&amp;chkNSP=true&amp;drpAddedInLast=&amp;drpOrderBy=by+date&amp;drpPerPage=20&amp;drpAbstract=no+abstract&amp;strTempString=&amp;strSearchBoxType=bmc_boolean_results&amp;Search.x=10&amp;jou_id=&amp;Search.x=0&amp;Search.y=0&amp;Search=Search |
|---|
| 721 | </url> |
|---|
| 722 | </paper> |
|---|
| 723 | <paper> |
|---|
| 724 | <name>Scirus</name> |
|---|
| 725 | <url> |
|---|
| 726 | http://www.scirus.com/srsapp/search?q=http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;ds=jnl&amp;g=s&amp;t=all |
|---|
| 727 | </url> |
|---|
| 728 | </paper> |
|---|
| 729 | <paper> |
|---|
| 730 | <name>HighWire Press</name> |
|---|
| 731 | <url> |
|---|
| 732 | http://highwire.org/cgi/searchresults?fulltext=http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;andorexactfulltext=and&amp;author1=&amp;pubdate_year=&amp;volume=&amp;firstpage=&amp;src=hw&amp;searchsubmit=redo&amp;resourcetype=1&amp;search=Search&amp;fmonth=Jan&amp;fyear=1844&amp;tmonth=Dec&amp;tyear=2007&amp;fdatedef=1+January+1844&amp;tdatedef=31+Dec+2007 |
|---|
| 733 | </url> |
|---|
| 734 | </paper> |
|---|
| 735 | <paper> |
|---|
| 736 | <name>Google Scholar</name> |
|---|
| 737 | <url> |
|---|
| 738 | http://scholar.google.com/scholar?hl=en&amp;lr=&amp;q=http%3A%2F%2Fgenome.cse.ucsc.edu%2F&amp;btnG=Search |
|---|
| 739 | </url> |
|---|
| 740 | </paper> |
|---|
| 741 | </papers> |
|---|
| 742 | <pmid_list> |
|---|
| 743 | <pmid>15215396</pmid> |
|---|
| 744 | </pmid_list> |
|---|
| 745 | </result> |
|---|
| 746 | </results> |
|---|
| 747 | </result_set> |
|---|
| 748 | </pre></li></ul> |
|---|
| 749 | |
|---|
| 750 | </body> |
|---|
| 751 | </html> |
|---|