如何使用 BigQuery 访问 PubMed 的数据库
How can I access PubMed's database using BigQuery
从 BigQuery 访问 google_patents_research.publications
table 时,我可以按 top_terms
列过滤结果。本专栏使用 Google 的机器学习算法来搜索专利中的文本并提取它认为最有意义的词。
我想知道是否可以使用 BigQuery 在 PubMed 的数据库上进行类似的搜索。
根据 NCBI 文档,有一个名为 nih-sra-datastore
的数据集,应该可以从 BigQuery 访问它,但在 BigQuery 的控制台搜索框中搜索它时不会显示它。
如果您指的是本页 The National Center for Biotechnology Information 中解释的 nih-sra-datastore
,它看起来是在引用 project-id 而不是数据集本身。
因此,为了访问它,您必须执行以下步骤(在 BigQuery 资源管理器上):
- 点击
+ADD DATA
- 将鼠标悬停在
Pin a Project
和 select Enter a Project Name
上
- 添加
nih-sra-datastore
您会将此 public 项目固定到您的 BigQuery 浏览器。
从 BigQuery 访问 google_patents_research.publications
table 时,我可以按 top_terms
列过滤结果。本专栏使用 Google 的机器学习算法来搜索专利中的文本并提取它认为最有意义的词。
我想知道是否可以使用 BigQuery 在 PubMed 的数据库上进行类似的搜索。
根据 NCBI 文档,有一个名为 nih-sra-datastore
的数据集,应该可以从 BigQuery 访问它,但在 BigQuery 的控制台搜索框中搜索它时不会显示它。
如果您指的是本页 The National Center for Biotechnology Information 中解释的 nih-sra-datastore
,它看起来是在引用 project-id 而不是数据集本身。
因此,为了访问它,您必须执行以下步骤(在 BigQuery 资源管理器上):
- 点击
+ADD DATA
- 将鼠标悬停在
Pin a Project
和 selectEnter a Project Name
上
- 添加
nih-sra-datastore
您会将此 public 项目固定到您的 BigQuery 浏览器。