Learn R Programming

pubmed.mineR (version 1.0.11)

pubtator_function: function for text annotation uisng online PubTator

Description

pubtator_function is used to extract specific information from an abstract like Gene, chemical, and diseases etc.

Usage

pubtator_function(x)

Arguments

x

numeric value describing 'PMID'.

Value

It returns a list object containing Gene, Chemical, Disease and PMID.

Details

pubtator_function allow users to get information about 'Gene', 'Chemical' and 'Disease' for given PMID. It uses online tool PubTator on R plateform. It also removes redundancy from the output. It takes one PMID at once, for multiple PMIDs user can use lapply() function.

References

Wei CH et. al., PubTator: a Web-based text mining tool for assisting Biocuration, Nucleic acids research, 2013, 41 (W1): W518-W522. doi: 10.1093/nar/gkt44

Wei CH et. al., Accelerating literature curation with text-mining tools: a case study of using PubTator to curate genes in PubMed abstracts, Database (Oxford), bas041, 2012

Wei CH et. al., PubTator: A PubMed-like interactive curation system for document triage and literature curation, in Proceedings of BioCreative 2012 workshop, Washington DC, USA, 145-150, 2012

Examples

Run this code
# NOT RUN {
test = pubtator_function(17922911)
# }
# NOT RUN {
## here pubtator_function() will extract the information from this given pmid.
# }

Run the code above in your browser using DataLab