- Import and export of SAM/BAM /CRAM format files
- AGP export
- Export of coverage information from read mappings
Read mapping formats
Import and export of SAM/BAM /CRAM format files
Import of SAM, BAM and CRAM format files is described in Importing SAM, BAM and CRAM mapping files.
The format specification when exporting to SAM, BAM or CRAM format is described in SAM/BAM/CRAM export format specification. Index files can be created as part of BAM and CRAM exports.
AGP export
Sequence lists and read mappings generated by de novo assembly can be exported using the AGP exporter. On export, contigs are split up based on annotations of type Scaffold. These annotations are added when the "Perform scaffolding" option is enabled when assembling paired reads. Contig sequences are exported to a single FASTA format file, with the accompanying AGP format file containing information about how the contigs relate to one another.
AGP export is described further in AGP export.
Export of coverage information from read mappings
Coverage information from read mappings can be exported in a tabular format using Mapping Coverage export. The output contains information on the number of nucleotides aligned to positions of reference sequences. Insertions are also reported, as described below while deletions are reported as reference regions without read coverage. Both stand-alone read mappings and reads tracks can be used as input.
The exported file contains the following columns:
Column | Description |
1 | Reference name |
2 | Reference position |
3 | Reference sub-position (insertion) |
4 | Reference symbol |
5 | Number of As |
6 | Number of Cs |
7 | Number of Gs |
8 | Number of Ts |
9 | Number of Ns |
10 | Number of Gaps |
11 | Total number of reads covering the position |
The Reference sub-position column is empty (indicated by a - symbol) when the reference is defined at a given position. In case of an insertion this column contains an index into the insertion (a number between 1 and the length of the insertion) while the Reference symbol column is empty and the Reference position column contains the position of the last reference.
The "Export all columns" option is selected by default. When it is deselected, options for selecting the columns to export are presented in the next wizard step.
When selecting specific columns for export, the option "Export the table as currently shown" is particularly useful if you have filtered, sorted, or selected particular columns in a table that is open in a View. In this case, the effects of these manipulations are preserved in the exported file. This option is not available for all data types.
When the "Export the table as currently shown" is unchecked or disabled, checkboxes for each column to be exported are available to select or deselect. The buttons below that section can help speed up the process of column selection:
- All Select all possible columns.
- None Clear the existing selection.
- Default Select a standard set of columns, as defined by the software for this data type.
- Last export Select the columns that were selected during the most recent previous export.
- Active View Select the same set of columns as those selected in the Side Panel of the open data element. This button is only visible if the element being exported is in an open View.
In the final wizard step, select the location where the exported elements should be saved.