removes_missing {math} R Documentation

removes the missing peaks

Description

Usage

removes_missing(x,
    sampleinfo = NULL,
    percent = 0.5);

Arguments

x

[as PeakSet]

sampleinfo

a sample info data vector for provides the sample group information about each sample. if this parameter value is omit missing then the missing feature will be checked across all sample files, otherwise the missing will be check across the multiple sample groups. [as SampleInfo]

percent

the missing percentage threshold. [as double]

Details

Authors

BioNovoGene

Value

this function returns data object of type PeakSet.

clr value class

Examples


[Package math version 1.0.0.0 Index]