Description Usage Arguments Details Value
Output unique variants to one or more fasta files.
1 2 3 4 | dumpVariantMap.mlgtResult(resultObject,
markers = names(resultObject@markers),
file = paste(resultObject@projectName, resultObject@runName, "seqDump", sep = "."),
singleFile = TRUE)
|
resultObject |
An object of class
|
markers |
For which markers do you want to output sequences. |
file |
An output file name. If not supplied, one is created. |
singleFile |
Whether to output results for all markers to a single file or to one file per marker. |
This is a stop-gap function while I decide how best to handle output of full sequences.
Writes fasta files in the current directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.