Description Usage Arguments Value Examples
Generates the amplicon coordinates for some kit For use with MMDIT only!
1 | getAmpCoordinates(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)
1 2 3 4 | ## Not run:
amps <- getAmpCoordinates(db, kit="PrecisionID")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.