findMECBlock {DAPAR}R Documentation

Finds the LAPALA into a MSnSet object

Description

This method finds the LAPALA in a dataset.

Usage

findMECBlock(obj)

Arguments

obj

An object of class MSnSet.

Value

A data.frame that contains the indexes of LAPALA

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
obj <- Exp1_R25_pept[1:1000]
lapala <- findMECBlock(obj)

[Package DAPAR version 1.16.10 Index]