Import QIAGEN Primers

When creating a custom analysis workflow, it is possible to specify a Primer annotation track using the import button to the right of the relevant field in the Add custom panel dialog. Importing such a file can also be done ahead of time using the Import QIAGEN Primers tool.

The Import QIAGEN Primers importer can import a QIAseq Panel primer file previously saved on your computer. During import, the primers used for targeted resequencing are saved in the Navigation Area of the workbench as a Primer track. Note: the Import QIAGEN Primers tool is different from the Import Primer Pairs tool because of the formats of the primer file it can handle (see below for a detailed description of the formats).

The Import QIAGEN Primers can be found in the toolbar:

        Import (Image Next_Folder_16_n_p) | Import QIAGEN Primers (Image qiaseqv3_molecolors1)

The import wizard is shown in figure 2.11. The first step is to select the primers to import and a reference sequence.

Image import_QIAprimer1
Figure 2.11: Select files to import.

Click on the button labeled Next to go to the wizard step and choose to Save the imported primer location file.

Once the import complete, it is recommended to check the imported primers in the table view. The "Matches reference sequence" column can have the following options: "Yes", "No", and in the case of QIAseq Targeted Methyl panels "Yes - after bisulfite conversion". A "No" indicates that the primer may have been designed against a more recent genome version, which has a corrected base compared to the reference. If there are many "No"s, it most likely indicates that the incorrect reference genome was supplied during import (figure 2.12).

Image import_QIAprimer2
Figure 2.12: The imported QIAGEN primers.

QIAseq panel primer formats

The QIAseq panel primers are provided upon purchase of a kit, and the file can have the following formats:

The file format is a tab-separated file with 4 columns defining:

  1. Chromosome
  2. Primer start/end position (0-indexed)
  3. Whether the primer is on the plus strand indicated by an "L" or a "0", or on the minus strand indicated by an "R" or a "1".
  4. The bases of the primer.

For example, the lines
chr1 1887011 L AGAATATTTTCTTGCTTAACCGTCACTTAACATCGA
chr1 1900114 R GGGACAAGACCTGGAACTACATTTCTGACT
define the primers: On chr1, from 1886977 to 1887012 (both are 0-indexed, inclusive), on the plus strand. On chr1, from 1900114 to 1900144 (both are 0-indexed, inclusive), on the minus strand.

The second file format is a tab-separated file with 6 or 7 columns defining:

  1. Primer count (this value is ignored during import)
  2. Chromosome
  3. Start position (0-indexed) when on the "+" strand or End position (0-indexed) when on the "-" strand
  4. End position (0-indexed) when on the "-" strand or Start position (0-indexed) when on the "+" strand
  5. Strand ("+" or "-")
  6. The bases of the primer
  7. Target annotation (optional)

For example, the lines:
14 chr1 1886977 1887012 + AGAATATTTTCTTGCTTAACCGTCACTTAACATCGA COPA
2 chr1 1900114 1900144 - GGGACAAGACCTGGAACTACATTTCTGACT RCSD1
define the primers from the previous example, with their target annotation.

The third file format accepted by the tool is a tab-separated file with 11 columns defining:

  1. Gene identifier
  2. gene symbol
  3. Chromosome
  4. 5' primer location (0-based)
  5. 3' primer location (0-based)
  6. Genome strand (0 for binding to "-" but matching "+", and 1 for the opposite case)
  7. The bases of the primer
  8. Control primer flag (0 - not a control; 1 - reference gene expression control; 2-gDNA contamination control)
  9. Genome blocks
  10. Block sizes (comma-delimited)
  11. Block starts (comma-delimited)

For example, the lines:
ENSG00000000457 SCYL3 chr1 169859157 169859065 1 CTTCAATTCTGGATTCTTTACT 0 1 28 0
ENSG00000000457 SCYL3 chr1 169859969 169859079 1 GAGAACTTAGATCGATCGATTCCTG 0 1 30 0
define the primers from a RNAscan panel.