flag_report: A report of flagged features

Description Usage Arguments Value Examples

View source: R/transformations.R

Description

Computes the number of features at each stage of flagging for each mode.

Usage

1
flag_report(object)

Arguments

object

a MetaboSet object

Value

data frame with the number of features at each stage of flagging

Examples

1
2
3
4
5
flagged <- merged_sample %>%
 mark_nas(0) %>%
 flag_detection() %>%
 flag_quality()
flag_report(flagged)

antonvsdata/amp documentation built on Jan. 8, 2020, 3:15 a.m.