sb-beacon-api Experimental run [ ↗ ]

{S}[B] Status [i]
proposed
Provenance
Used by
Contributors
Source (2.0.0)

Attributes

Type: object
Description: Schema for the experimental run (e.g. sequencing run, array processing…) leading to the raw data for the (computational) analysis.

Properties

PropertyType
biosampleIdstring
idstring
individualIdstring
infohttps://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/Info [LINK]
libraryLayoutstring
librarySelectionstring
librarySourcehttps://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK]
libraryStrategystring
platformstring
platformModelhttps://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK]
runDatestring (date)

biosampleId

Reference to the biosample ID.

biosampleId Value Example
"008dafdd-a3d1-4801-8c0a-8714e2b58e48"

id

Run ID.

id Value Example
"SRR10903401"

individualId

Reference to the individual ID.

individualId Value Example
"TCGA-AO-A0JJ"

info

libraryLayout

Ontology value for the library layout e.g “PAIRED”, “SINGLE” #todo add Ontology name?

librarySelection

Selection method for library preparation, e.g “RANDOM”, “RT-PCR”

librarySelection Value Examples
"RANDOM"
"RT-PCR"

librarySource

Ontology value for the source of the sequencing or hybridization library, e.g “genomic source”, “transcriptomic source”

librarySource Value Examples
{
   "id" : "GENEPIO:0001966",
   "label" : "genomic source"
}
{
   "id" : "GENEPIO:0001965",
   "label" : "metagenomic source"
}

libraryStrategy

Library strategy, e.g. “WGS”

libraryStrategy Value Example
"WGS"

platform

General platform technology label. It SHOULD be a subset of the platformModel and used only for query convenience, e.g. “return everything sequenced with Illimuna”, where the specific model is not relevant

platform Value Examples
"Illumina"
"Oxford Nanopore"
"Affymetrix"

platformModel

Ontology value for experimental platform or methodology used. For sequencing platforms the use of “OBI:0400103 - DNA sequencer” is suggested.

platformModel Value Examples
{
   "id" : "OBI:0002048",
   "label" : "Illumina HiSeq 3000"
}
{
   "id" : "OBI:0002750",
   "label" : "Oxford Nanopore MinION"
}
{
   "id" : "EFO:0010938",
   "label" : "large-insert clone DNA microarray"
}

runDate

Date at which the experiment was performed.

runDate Value Example
"2021-10-18"