flag_report: A report of flagged features

View source: R/transformations.R

flag_reportR Documentation

A report of flagged features

Description

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

Usage

flag_report(object)

Arguments

object

a MetaboSet object

Value

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

Examples

flagged <- merged_sample %>%
  mark_nas(0) %>%
  flag_detection() %>%
  flag_quality()
flag_report(flagged)


antonvsdata/notame documentation built on Sept. 14, 2024, 11:09 p.m.