Custom File FormatsIGV 2.0 supports custom specification of columns for the ".igv" file format. To use this, include a column specifier directive at the head of the file. The column directive line starts with #columns, followed by one or more column specifiers of the form key=value. Valid keys are listed in the following table. Columns are tab delimited.
Note: If a single value is entered for the data column, it is interpreted as the "first" data column. All columns starting with this value are assumed to contain data. To specify exactly one column, use a range (e.g., 5-5) to specify the 5th column. Example:
#columns chr=7 start=8 probe=2 data=4-5 #coords=1
|