logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

entrez-phrase-search - search NCBI Entrez for phrases (DEPRECATED)

Description

Note:entrez-phrase-search  will  not  appear in future releases of NCBI Entrez Direct.  Instead, please
       either run esearch  normally  or  establish  a  local  archive  via  archive-pubmed  and  search  it  via
       phrase-search.

       entrez-phrase-search is an edirect(1) esearch(1) wrapper script that searches an NCBI Entrez database for
       a  phrase  rather than discrete keywords.  It works by breaking the query up into pairs of adjacent words
       (disregarding connecting words  like  "the")  and  intersecting  searches  for  word  pairs  that  appear
       reasonably often.

Name

       entrez-phrase-search - search NCBI Entrez for phrases (DEPRECATED)

Options

-help  Print usage information.

       -count[s]
              Just print counts for individual word pairs.

       -string
              Just print the final query string.

       -dbname (-databasename)
              Search the specified Entrez database (default: pubmed).

       -fieldname
              Search the specified field (default: TIAB, titles + abstracts).

       query  Phrase to search for.  (Quotes optional.)

See Also

edirect(1), esearch(1), filter-stop-words(1), phrase-search(1).

NCBI                                               2021-03-07                            ENTREZ-PHRASE-SEARCH(1)

Synopsis

entrez-phrase-search [-help] [-count[s]] [-string] [-dbname] [-databasename] [-fieldname] query

See Also