Header menu logo BioFSharp

IBioItem Type

Marker interface for BioItem base.

Instance members

Instance member Description

this.Formula

Full Usage: this.Formula

Returns: Formula
Modifiers: abstract

Chemical formula of the bio item represented as Formula

Returns: Formula

this.Name

Full Usage: this.Name

Returns: string
Modifiers: abstract

Display name of the bio item, e.g. "Alanine"

Returns: string

this.Symbol

Full Usage: this.Symbol

Returns: char
Modifiers: abstract

Symbol of the bio item, e.g. 'A' for alanine

Returns: char

this.isGap

Full Usage: this.isGap

Returns: bool
Modifiers: abstract

Indicator the bio item represents a sequence gap

Returns: bool

this.isTerminator

Full Usage: this.isTerminator

Returns: bool
Modifiers: abstract

Indicator wether the bio item represents a sequence terminator

Returns: bool

Type something to start searching.