table of contents
other versions
- bullseye 14.6.20210224+dfsg-4+b1
- testing 19.0.20230216+dfsg-2
- unstable 19.0.20230216+dfsg-2+b1
- experimental 19.2.20230331+dfsg-1
PHRASE-SEARCH(1) | NCBI Entrez Direct User's Manual | PHRASE-SEARCH(1) |
NAME¶
phrase-search - search an indexed local NCBI PubMed archive
SYNOPSIS¶
phrase-search [-h|-help|--help] [-path|-master dir] -count|-counts|-query|-filter|-exact|-terms query...|-convert dbas type type [key] |-lookup tag theme...
DESCRIPTION¶
phrase-search searches an indexed local NCBI PubMed archive (as prepared by index-pubmed(1)).
OPTIONS¶
- -h|-help|--help
- Print usage information.
- -path|-master dir
- Search the local archive in dir.
- -count
- Print terms and counts, merging wildcards.
- -counts
- Expand wildcards; print individual term counts.
- -query
- Search on words or phrases in Boolean formulas.
- -filter
- Filter piped-in output from a previous (quite possibly remote) query.
- -exact
- Strict search for article title round-tripping.
- -terms
- Interpret the query as a field name, and list that field's known terms. With an empty query, list supported fields.
- query...
- What to search for in the above modes; may contain standard Boolean operators AND, OR, and NOT, using parentheses as needed for grouping.
- -convert dbas type type [key]
- Convert identifiers in the specified database from one type to another, accepting either a single identifier on the command line or a newline-delimited list on standard input. The database may be any of
and the type may be any of
- -lookup tag theme...
- Look up cross references between internal identifiers read from standard input, where tag identifies a pair of databases (e.g., chdi for chemicals and diseases) and theme... are theme codes of particular interest (with p and m standing in for + and - respectively).
ENVIRONMENT¶
- EDIRECT_PUBMED_MASTER
- Local archive directory to use in the absence of -path/-master. Expected to hold an absolute path; mandatory when not supplying a path on the command line.
SEE ALSO¶
download-ncbi-data(1), edirect(1), entrez-phrase-search(1), fetch-pubmed(1), index-pubmed(1), rchive(1), theme-aliases(1), xtract(1).
2021-03-07 | NCBI |