| dumpVariantMap.mlgtResult {mlgt} | R Documentation |
Output unique variants to one or more fasta files.
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.