printBlastResultGraphs {mlgt}R Documentation

Plot BLAST statistics for several markers to file

Description

Plot the BLAST statistics easily for all markers of an mlgtResult object.

Usage

  printBlastResultGraphs(designObject,
    markerList = designObject@markers,
    fileName = "blastResultGraphs.pdf")

Arguments

designObject

An object of class mlgtDesign which will contain the name of the blast results file designObject@markerBlastResults

markerList

Which markers to output. Defaults to designObject@markers

fileName

Defaults to "blastResultGraphs.pdf"

Value

Plots BLAST results to a pdf file.

See Also

inspectBlastResults


[Package mlgt version 0.16 Index]