Description Usage Arguments Value Examples
this loads in amplicon data (i.e., the coordinates of the amps) into the MITO db. If the alignments were to a modified reference (duplicating bits to accommodate circular alignment) this routine converts those back to the original units. thus the last amplicon may "wrap around" (eg., 16541-80 is a valid locus)
1 |
db |
(the database connection) |
ampFile |
(a BED file of amplicons; columns 2 and 3 are used only) |
kitName |
(the NAME of the kit that this corresponds to (e.g., PrecisionID) ) |
sep |
(\"\t\" for a tab-separated file. Anything else is a little wacky... no longer a bed file) |
append |
(whether or not the amplicons are APPENDED to the list of current amplicons; set to FALSE to overwrite) |
the database handle (not necessary to keep this)
1 2 3 4 5 | # One way to add another kit:
## Not run:
# loadAmpData(db, "data/Mybedfile.bed", kit="SomeOtherKit", append=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.