getAmpCoordinates: Get amplicon coordinates

Description Usage Arguments Value Examples

View source: R/initMMDIT.R

Description

Generates the amplicon coordinates for some kit For use with MMDIT only!

Usage

1
getAmpCoordinates(db, kit = default_kit)

Arguments

db

the database connection

kit

the kit name (must be a valid KIT in the amps table)

Value

returns data frame with 4 columns: the amp ID, the start coordinate (0-based), the stop coordinate (1-based)

Examples

1
2
3
4
## Not run: 
amps <- getAmpCoordinates(db, kit="PrecisionID")

## End(Not run)

Ahhgust/MMDIT documentation built on Jan. 27, 2021, 11:48 a.m.