powered by
head_abbrev is used to find the term for which abbreviation is used. It will help to find the false gene from the abstracts
head_abbrev
head_abbrev(limits, term, pmid, abs)
limits specifies the limit up to which search should go. Default is 50
limits
term is the query term (abbreviation)
term
pmid describes the PMID
pmid
absan S4 object of class Abstracts.
abs
It will return a list.
# NOT RUN { head_abbrev(50, "AR", "16893912", abstaracts) # }
Run the code above in your browser using DataLab