Retrieve Genomic Assembly Details for an Assembly Identifier
get
/HSDataService-web/api/3.2.0/genomeAssemblyDetails/{id}
This endpoint supports the retrieval of Genomic Assembly Details for single Assembly Identifiers passed. It returns Genomic Assembly Detail information like Assembly Identifier, Assembly Alias, Species, Name, PAR, Ensembl Version, Chromosome, Start Position, End Position, Date Of Loading, Version Identifier, Is Prefered Version and other Genomic Assembly assciated information.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
- id
-
Type:
integer
(int64
)Required:true
Query Parameters
- limit
-
Type:
integer
(int32
)Number of rows to return- offset
Type:integer
(int32
)Row number to start from
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Body
Model for paginated collections of data.
Root Schema : PageableCollectionGenomicAssembly
Type:
object
Model for paginated collections of data.
- count
-
Type:
integer
(int64
)Number of objects in the 'items' collection. - hasMore
-
Type:
boolean
Default Value:false
A boolean indicating if more pages are available. - items
-
Type:
array
itemsA collection of paged items. - links
-
Type:
array
linksA collection of links containing hrefs to the current, next, and previous pages as applicable. - resourceType
-
Type:
string
Identify the resource type
Nested Schema : items
Nested Schema : links
Nested Schema : GenomicAssembly
Type:
object
- assembly
-
Type:
string
Assembly/Alignment Name. For ex.,GRCh38 - assemblyAlias
-
Type:
string
Alias Name - ensemblVersion
-
Type:
array
ensemblVersionList of Ensembl Versions - identifier
-
Type:
object
IdentifierIdentifier assigned by a given system - PAR
-
Type:
array
PARList of Chromosome Details - species
-
Type:
string
Scientific Species Name
Nested Schema : ensemblVersion
Nested Schema : Identifier
Type:
object
Identifier assigned by a given system
- system
-
Type:
string
System which assigned this identifier - value
-
Type:
string
Identifier value
Nested Schema : PAR
Nested Schema : DNARefVersion
Type:
object
- chromosome
-
Type:
array
chromosomeList of Chromosome Genomic Positions - ensemblVersion
-
Type:
string
Ensembl Version. For ex.,GRCH37.75 - identifier
-
Type:
object
IdentifierIdentifier assigned by a given system - isPreferred
-
Type:
string
- versionWID
-
Type:
integer
(int64
)
Nested Schema : chromosome
Nested Schema : GenomicPosition
Type:
object
- chromosome
-
Type:
string
Chromosome Name. For ex.,'Y' - chromosomeId
-
Type:
string
- chromosomeName
-
Type:
string
Chromosome Name. For ex.,'Y' - dateOfLoading
-
Type:
string
(date-time
)Insert Date - dnaReferenceVersion
-
Type:
string
Version Label. For ex.,SIFT_VER2_75 - endPosition
-
Type:
integer
(int64
)End location of sequence - ensemblReleaseDate
-
Type:
string
(date-time
)Date that this sequence source is released to be used to add versions of the same data - numberInSequence
-
Type:
integer
(int64
)Ordering of each Segment of the Component - position
-
Type:
integer
(int64
) - startPosition
-
Type:
integer
(int64
)Start location of sequence - strand
-
Type:
string
Strand Value
Nested Schema : AssemblyPar
Type:
object
- chromosome
-
Type:
string
Chromosome Name. For ex.,'Y' - endPosition
-
Type:
integer
(int64
)End location of sequence - startPosition
-
Type:
integer
(int64
)Start location of sequence
400 Response
Invalid parameter supplied
404 Response
genomeAssembly not found
Examples
The following example submits a GET request.
API URL
http://localhost:7001/HSDataService-web/api/3.2.0/genomeAssemblyDetails/1
Example of Response Body
The following example shows the response returned in JSON format.
{ "resourceType": "GenomeDetails", "items": [ { "identifier": { "system": "ODB", "value": "1" }, "assembly": "GRCh37", "assemblyAlias": "GRCh37", "species": "homo sapiens", "PAR": [ { "chromosome": "X", "startPosition": 60001, "endPosition": 2699520 }, { "chromosome": "Y", "startPosition": 10001, "endPosition": 2649520 }, { "chromosome": "X", "startPosition": 154931044, "endPosition": 155260560 }, { "chromosome": "Y", "startPosition": 59034050, "endPosition": 59363566 } ], "ensemblVersion": [ { "versionWID": 2, "ensemblVersion": "GRCH37.75", "chromosome": [ { "chromosome": "1", "startPosition": 1, "endPosition": 249250621, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "2", "startPosition": 1, "endPosition": 243199373, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "3", "startPosition": 1, "endPosition": 198022430, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "4", "startPosition": 1, "endPosition": 191154276, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "5", "startPosition": 1, "endPosition": 180915260, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "6", "startPosition": 1, "endPosition": 171115067, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "7", "startPosition": 1, "endPosition": 159138663, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "8", "startPosition": 1, "endPosition": 146364022, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "9", "startPosition": 1, "endPosition": 141213431, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "10", "startPosition": 1, "endPosition": 135534747, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "11", "startPosition": 1, "endPosition": 135006516, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "12", "startPosition": 1, "endPosition": 133851895, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "13", "startPosition": 1, "endPosition": 115169878, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "14", "startPosition": 1, "endPosition": 107349540, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "15", "startPosition": 1, "endPosition": 102531392, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "16", "startPosition": 1, "endPosition": 90354753, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "17", "startPosition": 1, "endPosition": 81195210, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "18", "startPosition": 1, "endPosition": 78077248, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "19", "startPosition": 1, "endPosition": 59128983, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "20", "startPosition": 1, "endPosition": 63025520, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "21", "startPosition": 1, "endPosition": 48129895, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "22", "startPosition": 1, "endPosition": 51304566, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "X", "startPosition": 1, "endPosition": 155270560, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "Y", "startPosition": 1, "endPosition": 10000, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "Y", "startPosition": 2649521, "endPosition": 59034049, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" }, { "chromosome": "MT", "startPosition": 1, "endPosition": 16569, "dateOfLoading": "01/25/2016", "ensemblReleaseDate": "02/08/2014" } ], "isPreferred": "Y" }, { "versionWID": 21, "ensemblVersion": "GRCH37.70", "chromosome": [ { "chromosome": "Y", "startPosition": 2649521, "endPosition": 59034049, "dateOfLoading": "12/13/2016", "ensemblReleaseDate": "12/12/2012" }, { "chromosome": "Y", "startPosition": 1, "endPosition": 10000, "dateOfLoading": "12/13/2016", "ensemblReleaseDate": "12/12/2012" } ], "isPreferred": "N" } ] } ], "count": 1, "hasMore": false, "links": [ { "rel": "self", "href": "http://localhost:7001/HSDataService-web/api/3.2.0/genomeAssemblyDetails/1" } ] }