normalize_by_feature_property: Normalization of LC-MS/MS Data

Description Usage Arguments Note

View source: R/normalize_by_feature_property.R

Description

Fits a nonparametric trend into relative abundance data. Any significant (at this point just any) trend is corrected. Converts one ExpressionSet/MSnSet to another ExpressionSet/MSnSet.

Usage

1
2
3
4
5
6
normalize_by_feature_property(
  eset,
  property,
  method = c("lowess", "loess"),
  ...
)

Arguments

eset

ExpressionSet/MSnSet object

property

character the column in the fData that the relative intensities regress against.

method

character either "lowess" or "loess" at this point.

...

passed to lowess or loess.

Note

So far the only property I have in mind is elution time in label-free LC-MS/MS data.


vladpetyuk/vp.misc documentation built on June 25, 2021, 6:35 a.m.