Learn R Programming

pubmed.mineR (version 1.0.1)

head_abbrev: To extract the abbreviated term.

Description

head_abbrev is used to find the term for which abbreviation is used. It will help to find the false gene from the abstracts

Usage

head_abbrev(limits, term, pmid, abs)

Arguments

limits
limits specifies the limit up to which search should go. Default is 50
term
term is the query term (abbreviation)
pmid
pmid describes the PMID
abs
absan S4 object of class Abstracts.

Value

  • It will return a list.

Examples

Run this code
head_abbrev(50, "AR", "16893912", abstaracts)

Run the code above in your browser using DataLab