getPourcentageOfMV {DAPAR}R Documentation

Percentage of missing values

Description

Returns the percentage of missing values in the quantitative data (exprs() table of the dataset).

Usage

getPourcentageOfMV(obj)

Arguments

obj

An object of class MSnSet.

Value

A floating number

Author(s)

Florence Combes, Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
getPourcentageOfMV(Exp1_R25_pept[1:100,])


[Package DAPAR version 1.26.0 Index]