traceplot

Draw nucleotide trace plots

Syntax

traceplot(TraceStructure)
traceplot(A, C, G, T)
h = traceplot()

Description

traceplot(TraceStructure) creates a trace plot from data in a structure with fields A, C, G, T.

traceplot(A, C, G, T) creates a trace plot from data in vectors A, C, G, T.

h = traceplot() returns a structure with the handles of the lines corresponding to A, C, G, T.

Examples

tstruct = scfread('sample.scf');
traceplot(tstruct)

See Also

Bioinformatics Toolbox function scfread


© 1994-2005 The MathWorks, Inc.