getRefAmpSeqs: Amplicon sequences of reference

Description Usage Arguments Value Examples

View source: R/initMMDIT.R

Description

Generates the amplicon sequences based on the reference sequence. For use with MMDIT only!

Usage

1
getRefAmpSeqs(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), and the Seq(uence) of the rcrs for the amp

Examples

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

## End(Not run)

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