TRAMP object. By default, it steps through each
sample, and offers to (1) add a new known to the
TRAMPknowns database within the TRAMP object (see
add.known for details), (2) mark matches to be ignored
in future calls to plot.TRAMP (see
remove.TRAMP.match), (3) save the current plot as a
PDF.## S3 method for class 'TRAMP':
update(object, sample.fk=labels(object$samples), grouped=FALSE,
ignore=TRUE, delay.rebuild=FALSE, default.species=NULL,
filename.fmt="TRAMP_%d.pdf", ...)TRAMP object.sample.fk to cycle through. If
omitted, this will default to all samples present in the
TRAMPsamples component of the TRAMP object.plot.TRAMP. Currently these cannot be altered from
their default values.TRAMP
object be delayed until the function returns? If this is
FALSE (the default), then the TRAMP object will
rebuild every time a new known is added. This may takadd.known."%d" to stand in for the sample.fk
(so "TRAMP_%d.pdf" becomes "TRAMP_12.pdf" for
sample.fk 12).plot.TRAMP.update, all modifications will
be lost.## Since this function runs interactively, there can be no sample.Run the code above in your browser using DataLab