libbio
Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs
bio::genetic Namespace Reference

Namespaces

namespace  diagnostics
 

Classes

class  Affinity
 
class  Class
 
class  Expressor
 
class  FetchPlasmid
 
class  Gene
 
class  GenomeDefault
 
class  GenomeImplementation
 
class  Insertion
 
class  LoadPlasmidFromDisk
 
class  Localization
 
class  Plasmid
 
class  RegisterPlasmid
 
class  RNA
 
class  RNAPolymerase
 
class  SignalPeptide
 
class  TranslocatorImplementation
 

Typedefs

typedef ::bio::Arrangement< Pointer< const RNA > > Transcriptome
 
typedef Plasmid *(* PlasmidFactoryFunction) ()
 

Typedef Documentation

◆ PlasmidFactoryFunction

typedef Plasmid *(* bio::genetic::PlasmidFactoryFunction) ()

A factory function for creating Plasmids.
This servers as the function signature for the entrypoint of a dynamically loaded library.
It is expected that all libraries will return a new Plasmid instance when called.

◆ Transcriptome