.runTukey | R Documentation |
Fit Tukey median polish
.runTukey(input, is_labeled, censored_symbol, remove50missing)
input |
data.table with data for a single protein |
is_labeled |
logical, if TRUE, data is coming from an SRM experiment |
censored_symbol |
Missing values are censored or at random. 'NA' (default) assumes that all 'NA's in 'Intensity' column are censored. '0' uses zero intensities as censored intensity. In this case, NA intensities are missing at random. The output from Skyline should use '0'. Null assumes that all NA intensites are randomly missing. |
remove50missing |
only for summaryMethod = "TMP". TRUE removes the proteins where every run has at least 50% missing values for each peptide. FALSE is default. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.