NCBI SRA Link To Biosample
Link SRA sequencing runs to their associated BioSample records to access biological sample metadata including sample attributes, tissue type, cell line, treatment conditions, donor information, and collection details. BioSample provides rich contextual information about the biological specimens used in sequencing experiments. Essential for understanding experimental context and sample provenance. Returns BioSample UIDs which can be used with NCBI BioSample API to retrieve detailed sample metada…
Overview
Link SRA sequencing runs to their associated BioSample records to access biological sample metadata including sample attributes, tissue type, cell line, treatment conditions, donor information, and collection details. BioSample provides rich contextual information about the biological specimens used in sequencing experiments. Essential for understanding experimental context and sample provenance. Returns BioSample UIDs which can be used with NCBI BioSample API to retrieve detailed sample metadata. Works with SRA UIDs from NCBI_SRA_search_runs.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"accessions": {
"description": "SRA UID(s) from NCBI_SRA_search_runs. Can be single UID or array of UIDs. These are NCBI internal IDs (numeric), not SRR accessions.",
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
]
},
"operation": {
"const": "link_to_biosample",
"description": "Operation type (fixed: link_to_biosample)"
}
},
"required": [
"accessions"
],
"type": "object"
}Examples (1)
Default NCBI SRA Link To Biosample call
{}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NCBI_SRA_link_to_biosample
- Tool name
- NCBI_SRA_link_to_biosample
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse