filter_missval: Filter SummarizedExperiment object based on missing values

filter_missvalR Documentation

Filter SummarizedExperiment object based on missing values

Description

Will keep proteins that have a maximum of thr missing values in at least one condition.

Usage

filter_missval(se, thr = 0)

Arguments

se

A SummarizedExperiment object

thr

A numeric value representing the missing value threshold

Details

Used with option type = 'condition' in prot.filter_missing().

Value

A filtered SummarizedExperiment object


NicWir/VisomX documentation built on Dec. 8, 2024, 1:27 a.m.