Description Usage Arguments Details Value
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.
1 | pubmed(x, keywords_pubmed)
|
x |
is the gene we want to look for information |
keywords_pubmed |
is a character string that limits your search |
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")
returns a list of ID of GEO entries, the description, title, pubmed_id and citation details of each GEO entry.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.