Import QIAGEN Primers

To run the Import QIAGEN Primers tool, go to:

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

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

Image import_QIAprimer1
Figure 5.1: Select the file to import.

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

Once the import completes, it is recommended to check the imported primers in the table view. If present, the "Matches reference sequence" column will have one of the following values: "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 an incorrect reference genome was supplied during import (figure 5.2).

Image import_QIAprimer2
Figure 5.2: 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 first 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 is a tab-separated file with 11 or 14 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)
  12. Whether the primer is designed for fusion calling (optional, 0 - no, 1 - yes)
  13. Whether the primer is designed to target a SNP or indel (optional, 0 - no, 1 - yes)
  14. Whether the primer is designed for use in gene expression (optional, 0 - no, 1 - yes)

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 using the 11 column format.

The lines:
ENSG00000109685 WHSC1 chr4 1918581 1918613 0 GCATCCCAGTTTTTGGTCTTCTGTCAAAAACAC 33 0 0 0 0 1
ENSG00000109685 WHSC1 chr4 1959733 1961059 0 CAGAAAGGGAGAATTTGTTAACGAGTACGTTGG 7,26 0,1301 0 0 1 1
define the primers from a Fusion XP panel using the 14 column format.

All three file formats will be imported as paired primers when there is an even number of primers per chromosome and the lines are ordered with strands L, R, .. or R, L, .. (where L/R can also be +/- or 0/1 depending on the file format). Imported paired primers have an extra column "PrimerId" in the table view and work with Trim Primers and their Dimers from Mapping.

The fourth file format is a tab-separated file with 12 columns defining amplicons. Each amplicon implicitly defines two primers, and the same primer will be present multiple times if it amplifies multiple amplicons. The columns are:

  1. Chromosome
  2. 5' primer location (0-based)
  3. 3' primer location (0-based)
  4. Name of the left and right primers, separated by a "|"
  5. This value is ignored during import
  6. This value is ignored during import
  7. 5' primer location (0-based)
  8. 3' primer location (0-based)
  9. This value is ignored during import
  10. Block count - always "2" because each amplicon consists of two primers
  11. Block sizes (comma-delimited)
  12. Block starts (comma-delimited)

Primers from this fourth format will be paired primers with an extra column "PrimerId" in the table view. They will work with Trim Primers and their Dimers from Mapping.

The lines:
MN908947.3 3177 3412 QIAseq_23_LEFT|QIAseq_23_RIGHT 1 . 3177 3412 0 2 26,22 0,213
MN908947.3 3177 3425 QIAseq_23_LEFT|QIAseq_23-2_RIGHT 1 . 3177 3425 0 2 26,26 0,222
define primers from a QIAseq DIRECT SARS CoV-2 panel using this fourth format.