Create a marker

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

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 application/json
string
required
Defaults to advance
Response

Language
Request
Response
Choose an example:
application/json