orbi_analyze_shot_noise {isoorbi}R Documentation

Shot noise calculation

Description

This function computes the shot noise calculation.

Usage

orbi_analyze_shot_noise(dataset, include_flagged_data = FALSE)

Arguments

dataset

a data frame output after running orbi_define_basepeak()

include_flagged_data

whether to include flagged data in the shot noise calculation (FALSE by default)

Details

Analyze shot noise

will calculate for all combinations of filename, compound, and isotopocule in the provided dataset

Value

The processed data frame with new columns: n_effective_ions, ratio, ratio_rel_se.permil, shot_noise.permil


[Package isoorbi version 1.3.0 Index]