| SolexaExportQA-class {ShortRead} | R Documentation |
This class contains a list-like structure with summary descriptions derived from visiting one or more Solexa ‘export’ files.
Objects of the class are usually produced by a qa
method.
.srlist:"list", containing
data frames or lists of data frames summarizing the results of
qa.
Class "SRList", directly.
Class ".QA", directly.
Class ".SRUtil", by class "SRList", distance 2.
Class ".ShortReadBase", by class ".QA", distance 2.
Accessor methods are inheritted from the SRList
class.
A additional methods defined on this class are:
signature(x="SolexaExportQA", ...,
dest=paste(tempfile(), "pdf", sep="."), type="pdf"): produces a
pdf file summarizing the QA results.signature(object = "SolexaExportQA"): Display an
overview of the object contents.Martin Morgan <mtmorgan@fhcrc.org>
qa.
showClass("SolexaExportQA")