返回命令列表

Linux command

elink 命令

文件

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

Example

esearch -db pubmed -query "[query]" | elink -target nuccore

Example

esearch -db nuccore -query "[query]" | elink -target biosample

说明

elink looks up precomputed neighbors within an NCBI database or finds associated records in other databases. It takes search results from esearch and finds related entries. Part of the NCBI EDirect utilities for programmatic access to biological databases.

参数

-target _database_
Target database for linked records
-name _linkname_
Specific link name to follow
-db _database_
Source database
-cmd _command_
Entrez link command mode

FAQ

What is the elink command used for?

elink looks up precomputed neighbors within an NCBI database or finds associated records in other databases. It takes search results from esearch and finds related entries. Part of the NCBI EDirect utilities for programmatic access to biological databases.

How do I run a basic elink example?

Run `esearch -db pubmed -query "[query]" | elink -target nuccore` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -target _database_ do in elink?

Target database for linked records