los {pmartR} | R Documentation |
Identify Biomolecules from the Top L Order Statistics for Use in Normalization
Description
Select biomolecules for normalization via the method of the top L order statistics (LOS)
Usage
los(e_data, edata_id, L = 0.05)
Arguments
e_data |
a |
edata_id |
character string indicating the name of the column giving the
peptide, protein, lipid, or metabolite identifier. Usually obtained by
calling |
L |
numeric value between 0 and 1, indicating the top proportion of biomolecules to be retained (default value 0.05) |
Details
The biomolecule abundances of the top L
order statistics are
identified and returned. Specifically, for each sample, the biomolecules with
the top L
proportion of highest absolute abundance are retained, and
the union of these biomolecules is taken as the subset identified.
Value
Character vector containing the biomolecules belonging to the subset.
Author(s)
Kelly Stratton, Lisa Bramer