Header menu logo BioFSharp

MGF Module

Mgf `_ is a simple human-readable format for MS/MS data. It allows storing MS/MS peak lists and exprimental parameters.

Types

Type Description

MGFEntry

Represents

Functions and values

Function or value Description

tryParseCharge str

Full Usage: tryParseCharge str

Parameters:
    str : string

Returns: int list option

Returns the posible charge/charges in a list. Returns None if the information can't be optained

str : string
Returns: int list option

tryParseTitle title

Full Usage: tryParseTitle title

Parameters:
    title : string

Returns: (float * float) option

Returns the retention time and precursor intensity from 'mgf-title' string. Returns None if title does not contain the information

title : string
Returns: (float * float) option

Type something to start searching.