BStringGenome {GenomeBase}R Documentation

The BStringGenome class

Description

A container for the complete genome sequence of a given specie.

Details

[TODO: Put some details here]

Standard generic methods

In the code snippets below, x is a BStringGenome object and name is the name of a chromosome (character-string).

x$name: [TODO: Document me]

Other functions and generics

In the code snippets below, x is a BStringGenome object and name is the name of a chromosome (character-string).

unload(x, name): [TODO: Document me]

Author(s)

H. Pages

See Also

BStringViews, DNAString

Examples

  ## [TODO: Put some examples here]

[Package GenomeBase version 1.0.0 Index]