{"id":506,"date":"2022-05-18T21:35:20","date_gmt":"2022-05-18T13:35:20","guid":{"rendered":"https:\/\/linguopeng.top\/?p=506"},"modified":"2022-05-18T21:36:31","modified_gmt":"2022-05-18T13:36:31","slug":"%e7%88%ac%e5%8f%96ncbi%e9%a1%b5%e9%9d%a2%e6%95%b0%e6%8d%ae","status":"publish","type":"post","link":"https:\/\/linguopeng.top\/?p=506","title":{"rendered":"\u722c\u53d6ncbi\u9875\u9762\u6570\u636e"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code># install.packages('RSelenium')\n#java -Dwebdriver.chrome.driver=\"chromedriver.exe\" -jar selenium-server-standalone-4.0.0-alpha-2.jar -port 4444\n\nlibrary(readxl)\nlibrary(RSelenium)\nlibrary(rvest)\nlibrary(xml2)\nlibrary(RS.Driver)\nlibrary(tidyverse)\nnames&lt;-read_excel(\"names.xlsx\")\nurl&lt;-c()\nid&lt;-names$`GenBank Assembly ID (Accession.version)`\nfor (i in id) {\n  url &lt;- c(url,paste('https:\/\/www.ncbi.nlm.nih.gov\/assembly\/',\n                     i,sep = ''))\n}\nRS.OpenChrome()\nname&lt;-c()\nsubmitter&lt;-c()\ndate&lt;-c()\nfor(i in 1:length(url)){\n  RS.open_Url(url&#91;i])\n  #RS.OpenChrome(url&#91;i])\n  #RS.open_Url(url_200&#91;i])\n  Sys.sleep(2.5)\n  name &lt;- c(name,RS.get_Text('\/\/*&#91;@id=\"summary\"]\/dl\/dd&#91;3]'))\n  submitter &lt;- c(submitter,RS.get_Text('\/\/*&#91;@id=\"summary\"]\/dl\/dd&#91;6]'))\n  date &lt;- c(date,RS.get_Text('\/\/*&#91;@id=\"summary\"]\/dl\/dd&#91;7]'))\n}\ntotal&lt;-cbind(name,submitter,date)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-506","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts\/506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=506"}],"version-history":[{"count":3,"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts\/506\/revisions"}],"predecessor-version":[{"id":509,"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts\/506\/revisions\/509"}],"wp:attachment":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}