Description Usage Arguments Note
View source: R/normalize_by_feature_property.R
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.
1 2 3 4 5 6  | normalize_by_feature_property(
  eset,
  property,
  method = c("lowess", "loess"),
  ...
)
 | 
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   | 
So far the only property I have in mind is elution time in label-free LC-MS/MS data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.