简体   繁体   中英

How can I access PubMed's database using BigQuery

When accessing google_patents_research.publications table from BigQuery I can filter results by the top_terms column. This column uses Google's machine learning algo to search the text inside a patent and extract the words it finds most meaningful. I was wondering if there is a similar search using BigQuery that can be done on PubMed's database. According to NCBI docs there is a dataset called nih-sra-datastore which should be accessible from BigQuery, but it doesn't show up when searching for it in BigQuery's console search box.

If you are referring to nih-sra-datastore as explained on this page The National Center for Biotechnology Information it looks that its making reference to the project-id not the dataset as such.

So in order to have access to it you have to follow these steps (on BigQuery explorer):

  • Click on +ADD DATA
  • Hover over Pin a Project and select Enter a Project Name
  • Add nih-sra-datastore

You will pin this public project to your BigQuery explorer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM