Header menu logo BioFSharp

AminoProperties Module

Contains functionalities for obtaining included literary data on key amino acid properties

Types

Type Description

AminoProperty

Union case of amino acid properties, referencing the according included information in this library. Use "initGetAminoProperty" function to obtain a simple mapping function

Functions and values

Function or value Description

initGetAminoProperty property

Full Usage: initGetAminoProperty property

Parameters:
Returns: AminoAcidSymbol -> float

Returns a simple mapping function for the given amino acid property

property : AminoProperty
Returns: AminoAcidSymbol -> float

initGetAminoPropertyZnorm property

Full Usage: initGetAminoPropertyZnorm property

Parameters:
Returns: AminoAcidSymbol -> float

Returns a simple mapping function for the given amino acid property. Normalizes the values to the Z-Norm scale

property : AminoProperty
Returns: AminoAcidSymbol -> float

ofBioArrayRndNorm sampler n sampleSize pf source

Full Usage: ofBioArrayRndNorm sampler n sampleSize pf source

Parameters:
    sampler : unit -> 'a
    n : int
    sampleSize : int
    pf : 'a -> float
    source : BioArray<'a>

Returns: float[]

Returns an array of sliding windows based property averages. Each window contains the n elements surrounding the current element

sampler : unit -> 'a
n : int
sampleSize : int
pf : 'a -> float
source : BioArray<'a>
Returns: float[]

ofWindowedBioArray n pf source

Full Usage: ofWindowedBioArray n pf source

Parameters:
    n : int
    pf : 'a -> float
    source : BioArray<'a>

Returns: float[]

Returns an array of sliding windows based property averages. Each window contains the n elements surrounding the current element

n : int
pf : 'a -> float
source : BioArray<'a>
Returns: float[]

Type something to start searching.