Rgb (version 1.5.1)

track.fasta-class: Class

Description

"track.fasta" is a drawing wraper for FASTA files. Notice the data are not stored directly in the object, but stay in the original FASTA file(s), thus exported track.fasta objects may be broken (the check method can confirm this). Objects are produced by the track.fasta.multi and track.fasta.collection constructors.

Arguments

Extends

Class , directly. Class , by class , distance 2. All reference classes extend and inherit methods from .

Fields

assembly:
Single character value, the assembly version for the coordinates stored in the object. Must have length 1, should not be NA.
files:
A data.frame, with 6 columns : file (character), header (character), startOffset (numeric), lineLength (integer), breakSize (integer) and contentSize (integer). Each row refers to a distinct chromosome, whose name is stored as row name.
organism:
Single character value, the name of the organism whose data is stored in the object. Must have length 1, should not be NA.
The following fields are inherited (from the corresponding class):
  • name ()
  • parameters ()

Methods

The following methods are inherited (from the corresponding class):
  • callParams ()
  • callSuper ()
  • check (, overloaded)
  • chromosomes (, overloaded)
  • copy ()
  • defaultParams (, overloaded)
  • draw ()
  • export ()
  • field ()
  • fix.param ()
  • getChromEnd (, overloaded)
  • getClass ()
  • getName ()
  • getParam ()
  • getRefClass ()
  • import ()
  • initFields ()
  • initialize (, overloaded)
  • setName ()
  • setParam ()
  • show (, overloaded)
  • slice (, overloaded)
  • trace ()
  • untrace ()
  • usingMethods ()

See Also

track.table, sliceable-class, drawable-class