Skip to contents

Normalize feature intensities by dividing them by the intensities of the corresponding internal standards (ISTDs). Each feature must have a defined internal standard (ISTD) in the feature metadata.

Usage

normalize_by_istd(data = NULL, error_missing_annotation = TRUE)

Arguments

data

A MidarExperiment object.

error_missing_annotation

If TRUE, the function will raise an error when an ISTD is not defined for one or more features (excluding the ISTDs themselves). If FALSE, features with missing ISTD annotations will have NA values in the normalized intensities.

Value

A MidarExperiment object with normalized feature intensities