Skip to the content.

addgene/openbio/docs

The Serotypes Command

The serotypes command helps Addgene’s Research team determine the serotype of a viral vector prep using Next Generation Sequencing (NGS) of the prep. Addgene has identified unique sequences for commonly used capsids. The command reads all FASTQ files from an input folder, extracts the reads and counts the occurrences of each sequence. A small amount of RepCap plasmid is packaged within the AAV, so the capsid used for production will be represented in the FASTQ data. For example, an AAV2 vector should return counts for the AAV2 sequence, but not for the AAV5 or other sequences.

Notes:

Configuration

The command’s parameters can be modified by editing the file parameters.yml (using your favorite text editor) To change the parameter values, locate the section named serotypes and follow the examples in the file. The parameters are:

Procedure

  1. Adjust the parameters for the script by editing the file parameters.yaml as described above.
  2. In a terminal window, navigate to the toolkit folder (if you’re using our Docker container, run a shell in the container first):
     cd openbio-master/toolkit
    
  3. Issue the following command:
     python atk.py serotypes
    
  4. Once the command finishes, you will find the output CSV files in the folder you selected. Two files will be generated: a full report and a summary. The file names will contain the date when the report was generated.