Create a markerAsk AIpost https://api.sbgenomics.com/v2/genome/markersThis call creates a new genetic marker on a BAM file.Body ParamsfilestringThis 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.namestringThis is the name for the genetic marker.chromosomestringNumber of the chromosome where the marker is placed.positionobjectThis object is the start and end position for the genetic marker on the BAM file.position objectdescriptionstringText description of the marker.HeadersX-SBG-Auth-TokenstringrequiredYour 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.Content-TypestringrequiredDefaults to application/jsonX-SBG-Advance-AccessstringrequiredDefaults to advanceResponse 200200Updated 5 months ago