pubmed: Obtains information from PubMed Database

Description Usage Arguments Details Value

View source: R/pubmed.R

Description

Using a series of keywords, this function accesses the PubMed database and look for publications related to specific gene, filtering the results depending on the keywords used. It is generated in order to filter for publications related to Homo sapiens specie.

Usage

1
pubmed(x, keywords_pubmed)

Arguments

x

is the gene we want to look for information

keywords_pubmed

is a character string that limits your search

Details

keywords_pubmed Depending on what we want, we have different options: - to filter for words in Title/Abstract add [Title/Abtract] after the word. - to filter for words in the general text, add [Text Word] after the word. - to filter por publication type, add [ptyp] after the word. For example, for a review: Review[ptyp]. keywords_pubmed object is generated as follows: keywords_pubmed<-c("[Title/Abtract] whatever text we want")

Value

returns a list of ID of GEO entries, the description, title, pubmed_id and citation details of each GEO entry.


ExoLab-UPLCMS/MetaboliteHub documentation built on April 1, 2020, 12:01 a.m.