Scroll to navigation

ENTREZ-PHRASE-SEARCH(1) NCBI Entrez Direct User's Manual ENTREZ-PHRASE-SEARCH(1)

NAME

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

SYNOPSIS

entrez-phrase-search [-help] [-count[s]] [-string] [-db name] [-database name] [-field name] query

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.

OPTIONS

Print usage information.
Just print counts for individual word pairs.
Just print the final query string.
Search the specified Entrez database (default: pubmed).
Search the specified field (default: TIAB, titles + abstracts).
Phrase to search for. (Quotes optional.)

SEE ALSO

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

2021-03-07 NCBI