add_MGF_to_LIBRARY: An add MGF to library function This function recieves a...

Description Usage Arguments Examples

Description

An add MGF to library function This function recieves a library object created by the CreateLibFromMGF function and an MGF object created by PrepareMGF function which is to be added to the library. It returns library with the new mgf added.

Usage

1
add_MGF_to_LIBRARY(mgf, library, sort_type = "quality")

Arguments

mgf

An mgf to be added to library.

library

A spectral library for MGF addition

sort_type

A way of sorting the MGF before addition. Can be: none - no sorting, quality - sorting be spectra quality form high to low, random - randomal sorting. Defaults to quality.

Examples

1
library1<-add_MGF_to_LIBRARY(library1,mgf1)

levitesm/msms.spectra.clusters.R documentation built on May 4, 2019, 4:13 a.m.