Extended BED Detail format
Beginning with the 3.0 release, AmpliSeq.com uses this format for the following fixed panels:
New fixed panels introduced after the AmpliSeq.com 3.0 release also follow this format. Other panels, and all panels from previous releases, do not use this format.
The Extended BED Detail format contains two additional fields (at the end of each line):
This table describes the key-value pairs that are supported in the Description column:
Key |
Description |
---|---|
A gene symbol or comma-separated list of gene symbols. If no gene symbol is available, this key is absent. Example: GENE_ID = brca1 Example: GENE_ID = brca1, ret |
|
The Ampliseq.com pool or pools containing this amplicon. Example: Pool=2 If an amplicon is present in multiple pools, the pools are delimited with "," a comma, with the primary pool listed first. For example, if an amplicon is present in pools 1 and 3, and 1 is the primary pool, the entry is: Pool=1,3. Single-pool designs do not include the Pool= key-value pair. |
|
The region name provided by the user during theAmpliSeq.com design process. If a region name is not provided, this key is absent. Example: SUBMITTED_REGION=Q1 |
|
CNV_ID |
A gene symbol used to specify a copy number region for the cnv pca algorithm. This will take precedence over the GENE_ID and once CNV_ID can span multiple GENE_IDs. |
CNV_HS |
A CNV region hotspot. This can be a value of either 0 or 1. A 1 will report as a hotspot (HS) in the output VCF file from the CNV PCA algorithm. A 0 will not be reported as HS. |
The Extended BED Detail format requires a track line with both type=bedDetail and ionVersion=4.0. The Torrent Suite™ Software BED validator treats these fields (Id and Descriptor) as optional.