Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
MLT Options (-t:TI|AB|TIAB|MHs|TIABMHs|ALL)
Tag | Notes |
---|---|
TI | title |
AB | abstract |
TIAB | title and abstract, separated by a space |
MHs | MeSHs, separated by "|" |
TIABMHs | title abstract|MeSH 1|MeSH 2|... |
ALL | Print out everything, duplicate the input MEDLINE citations |
tag in MEDLINE | the field content of the correspond MEDLINE tag |
Tokenized field contents are print in one line (expect ALL) for one MEDLINE citation. The order of lines is the same as the order of MEDLINE citations in the input file. The order can be sort by PMID by using -s option.
> mlt -i:in.data -o:out.data -t:TIABMHsRetrieve titles, abstracts, and MeSHs from input file (in.data) and send results to output file (out.data). Each line in the output file is the Title, Abstracts (separated by a space), and MeSHs (separated by "|") from a MEDLINE citation in the same order as input file. The output should look like:
TI1 AB1|MeSH... TI2 AB2|MeSH... ...