los | R Documentation |
Select biomolecules for normalization via the method of the top L order statistics (LOS)
los(e_data, edata_id, L = 0.05)
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) |
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.
Character vector containing the biomolecules belonging to the subset.
Kelly Stratton, Lisa Bramer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.