Description Usage Arguments Value Examples
Generates the amplicon sequences based on the reference sequence. For use with MMDIT only!
1 | getRefAmpSeqs(db, kit = default_kit)
|
db |
the database connection |
kit |
the kit name (must be a valid KIT in the amps table) |
returns data frame with 4 columns: the amp ID, the start coordinate (0-based), the stop coordinate (1-based), and the Seq(uence) of the rcrs for the amp
1 2 3 4 | ## Not run:
amps <- getRefAmpSeqs(db, kit="PrecisionID")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.