PCR Assembly Primer Design
primerize.primerize_custom Module¶Bases: Singleton
Construct a worker for Custom Primer Design (Custom Plates).
offset – int: (Optional) Sequence numbering offset, which is one minus the final number of the first nucleotide.
COL_SIZE – int: (Optional) Column width for assembly output. Positive number only.
prefix – str: (Optional) Construct prefix/name.
primerize.Primerize_Custom
Note
This class follows the singleton pattern so that only one instance is created. An instance is already initialized as primerize.Primerize_Custom.
Run design code to get customized plates for input sequence and specified list of constructs. Current worker parameters are used for nonspecified optional arguments.
job_1d – primerize.Design_Single: Result of primerize.Primerize_1D.design(). Its sequence, primer_set, and prefix are used.
mut_list – primerize.Construct_List: List of constructs for design.
offset – int: (Optional) Sequence numbering offset.
primerize.Design_Plate
Get current worker parameters.
key – str: Keyword of parameter. Valid keywords are 'offset', 'COL_SIZE', 'prefix'; case insensitive.
value of specified key.
AttributeError – For illegal key.
Reset current worker parameters to default.
Set current worker parameters.
key – str: Keyword of parameter. Valid keywords are the same as get().
value – (auto): New value for specified keyword. Type of value must match key.
AttributeError – For illegal key.
ValueError – For illegal value.
Built with Sphinx using a RiboKit Theme . Hosted on GitHub Pages.
© Copyright 2008-2024 The Board of Trustees of the Leland Stanford Junior University. All Rights Reserved.
Last updated on Dec 13, 2024.