Create a marker

This call creates a new genetic marker on a BAM file.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

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
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Body Params
string

This is the file ID for the BAM file for which you wish to create a marker. Files are specified by their IDs, which you can obtain by making the API call to List markers available on a file.

string

This is the name for the genetic marker.

string

Number of the chromosome where the marker is placed.

position
object

This object is the start and end position for the genetic marker on the BAM file.

string

Text description of the marker.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

string
required
Defaults to advance
Response

Language
LoadingLoading…
Response
Choose an example:
application/json