Header menu logo BioFSharp

Isotopes Module

Contains functionality for working with and creating isotopes and list of biologically relevant isotopes

Types and nested modules

Type/Module Description

Table

Contains the stable isotopes of biologically relevant chemical elements. Note that the name convention of isotopes e.g. 15N cannot be satisfied here, as name bindings starting with numbers are not allowed. Therefore, numbers and element symbols are switched, e.g. 15N becoming N15

Isotope

Representation of Isotopes

Functions and values

Function or value Description

create atomicSymbol atomicNumberZ massNumber mass natAbundance relAtomicMass

Full Usage: create atomicSymbol atomicNumberZ massNumber mass natAbundance relAtomicMass

Parameters:
    atomicSymbol : string
    atomicNumberZ : int
    massNumber : int
    mass : float
    natAbundance : float
    relAtomicMass : float

Returns: Isotope

Creates an isotope out of the given information about the isotope

atomicSymbol : string
atomicNumberZ : int
massNumber : int
mass : float
natAbundance : float
relAtomicMass : float
Returns: Isotope

Type something to start searching.