Examples
Worked examples
- Is an instance
A microbiome researcher submitting 200 gut-isolate genome sequences to NCBI first registers each isolate as a separate BioSample record under the MIMARKS package (host, collection date, geographic location, isolation source), receiving a SAMN accession for each before uploading the corresponding sequence data to GenBank.
- Is an instance
A biobank cataloging a new tissue-repository dataset links each donor sample's BioSample record to a single BioProject umbrella, so a downstream user querying that BioProject can enumerate every constituent sample and its collection metadata in one place.
Counter-examples
Looks similar, but isn't
- Not an instance
A set of raw FASTQ files uploaded to SRA without a linked BioSample accession is not a properly registered dataset by NCBI's own model -- the sequence data exists, but it lacks the standardized source-material provenance (organism, tissue, collection conditions) that makes it discoverable and reusable alongside comparable samples.
Editorial commentary
BioSample is an NCBI database that stores descriptions of the physical biological source material behind an experimental dataset — a cell line, a tissue biopsy, an environmental water sample, a bacterial isolate — kept as a distinct record from the sequence or experimental data itself. Where a sequencing read or a GenBank record answers “what was measured,” a BioSample record answers “what organism or material was it measured from, and under what conditions was it collected”: organism, strain, tissue type, developmental stage, geographic location, collection date, host, and dozens of other attributes depending on sample type. This separation matters in practice because the same physical sample commonly feeds multiple downstream datasets (a genome assembly, a set of RNA-seq runs, a variant call set), and BioSample is what lets all of them point back to one authoritative description of where the material actually came from.
Accessions and the package/attribute model
Every registered sample receives a SAMN-prefixed accession. Rather than a single free-text description field, BioSample enforces structured, consistent attribute names and values through a defined set of packages — a package is a template of the specific fields expected for a given sample type, so a human clinical isolate, an authenticated cancer cell line, and a soil metagenome sample are each described with the fields actually relevant to that kind of material, not one generic form. Environmental and genomic samples specifically use the MIGS/MIMS/MIMARKS checklist standards (Minimum Information about a Genome/Metagenome Sequence, and about a Marker Gene Sequence), a community standard that predates and feeds into BioSample’s own package system, which is why a metagenomics submission is expected to report host, isolation source, collection date and geographic coordinates as a matter of course rather than as optional extras.
How BioSample connects to the rest of NCBI’s archives
BioSample does not stand alone. A BioProject (accession prefix PRJNA) is the umbrella record for a research initiative or study, and typically links to many individual BioSample records underneath it — one BioProject, many samples. Each BioSample record in turn links out to whatever data was actually generated from that material: raw reads deposited in the Sequence Read Archive (SRX/SRR-prefixed experiment and run accessions), assembled or annotated sequence in GenBank, or, for human genotype-phenotype data requiring controlled access, a linked dbGaP record instead of a public one. All of these submission types run through NCBI’s shared Submission Portal, which performs metadata validation up front and assigns a temporary SUB-prefixed working ID before the permanent SAMN/PRJNA/SRX accessions are issued — meaning a BioSample submission is rarely a standalone action, but one step in registering a coordinated set of linked records for the same underlying study.
Why the sample/data separation is the actual design decision
The reason BioSample exists as a separate database, rather than folding sample description into each sequence record, is reuse: a single tissue sample or cell line often generates multiple, unrelated experiments over time (an initial genome assembly, then later RNA-seq, then later still a variant-calling reanalysis), and repeating the same provenance metadata in every downstream record would both bloat submissions and risk the copies drifting out of sync. Centralizing it in one BioSample record, referenced by accession from every downstream dataset, keeps that provenance authoritative and lets a researcher discover every dataset derived from a given sample by querying the BioSample accession itself, rather than reconstructing the relationship after the fact.
Where BioSample fits among named repositories
BioSample is infrastructure, not a destination dataset in its own right — researchers rarely cite “BioSample” alone the way they’d cite the GDC or gnomAD; instead they cite the specific SAMN accession(s) their downstream data depends on. A data management plan describing a wet-lab study that will deposit sequence data to a public archive should name the intended BioSample package and attribute set up front (organism, MIGS/MIMS/MIMARKS fields if applicable) rather than deferring sample metadata to submission time, the same accession-level specificity CASRAI’s own Data Management Plan guidance recommends for any named repository dependency.
Machine-readable encodings
Use in your systems
<role vocab="credit"
vocab-identifier="https://casrai.org/dictionary/"
vocab-term="BioSample"
vocab-term-identifier="https://casrai.org/dictionary/term/biosample" />{
"@context": "https://schema.org",
"@type": "DefinedTerm",
"@id": "https://casrai.org/dictionary/term/biosample",
"name": "BioSample",
"identifier": "https://casrai.org/dictionary/term/biosample",
"description": "An NCBI database that stores structured, standardized metadata describing the physical biological source material -- a tissue biopsy, cell line, environmental isolate, or strain -- behind a sequencing or experimental dataset, distinct from the sequence data itself. Each record gets a SAMN-prefixed accession, is described using a defined 'package' of controlled attributes appropriate to its sample type (including the MIGS/MIMS/MIMARKS standards for environmental and genomic samples), and links out to the BioProject umbrella it belongs to and the downstream data (SRA reads, GenBank sequences) generated from it. A dataset is 'in BioSample' only once its source-material metadata has actually been registered through this system -- raw sequence data without a linked BioSample accession lacks the standardized provenance record other repositories and downstream analyses depend on.",
"inDefinedTermSet": "https://casrai.org/dictionary/domain/data-infrastructure#set",
"url": "https://casrai.org/dictionary/term/biosample",
"sameAs": [],
"license": "https://creativecommons.org/licenses/by/4.0/",
"publisher": {
"@id": "https://casrai.org/#organization"
},
"author": {
"@id": "https://casrai.org/#editorial-team"
},
"datePublished": "2026-09-01T08:01:53",
"dateModified": "2026-09-01T08:01:53",
"inLanguage": "en-GB",
"isAccessibleForFree": true
}






