rip {pmartR} | R Documentation |
Identify Rank-Invariant Biomolcules for Use in Normalization
Description
Selects biomolecules for normalization via the method of rank-invariant biomolcules (RIP)
Usage
rip(e_data, edata_id, fdata_id, groupDF, alpha = 0.2)
Arguments
e_data |
a |
edata_id |
character string indicating the name of the peptide, protein,
lipid, or metabolite identifier. Usually obtained by calling
|
fdata_id |
character string indicating the name of the sample column name in f_data. |
groupDF |
data.frame created by |
alpha |
numeric p-value threshold, above which the biomolecules are retained as rank invariant (default value 0.25) |
Details
Biomolecules with complete data are subjected to a Kruskal-Wallis
test (non-parametric one-way ANOVA) on group membership, and those
biomolecules with p-value greater than a defined threshold alpha
(common values include 0.1 or 0.25) are retained as rank-invariant
biomolecules.
Value
Character vector containing the biomolecules belonging to the RIP subset.
Author(s)
Kelly Stratton