View source: R/data_transformation.R
ap_norm | R Documentation |
Wrapper function for full Autoimmunity Profiling data transformations.
ap_norm(x, MADlimits = seq(0, 70, 5), ...)
x |
List of MFI values with two levels per element: level one = assay data sets ; level two = bead subsets (e.g. wih and w/o controls) |
MADlimits |
vector of MADs values used as boundaries for binning (≥MADs). |
... |
See respective functions for details: ap_mads, ap_scoring, ap_binary, ap_cutoff_selection |
The input values should be MFI values, and structured as a list, even if only one data set is used (see examples).
List with 7 main elements
[[1]] Input MFI
[[2]] MADs
[[3]] Scores
[[4]] Binary
[[5]] Antigen specific cutoffs selected based on density slope.
[[6]] Density information
[[7]] Cutoff translation key
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.