post https://api.sbgenomics.com/v2/genome/markers
This call creates a new genetic marker on a BAM file.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/genome/markers
Heads Up!
This page documents the Advance Access version (think "beta" but with fewer bugs) of the Marker functionality.
Example request body
{
"name": "Test marker",
"description": "Marker Description",
"file": "5e78b9cee4b0bc6accb81942",
"chromosome": "1",
"position": {
"start": 140118297,
"end": 140118297
},
"private": false
}