View source: R/data_transformation.R
ap_cutoffs | R Documentation |
Create a cutoff key for scoring of Autoimmunity Profiling data.
ap_cutoffs(MADlimits = seq(0, 70, 5))
MADlimits |
vector of MADs values used as boundaries for binning (≥MADs). |
The input values will be binned into discrete bins (scores).
data.frame with three columns:
[,1] MADs cutoff value
[,2] Corresponding score value
[,3] Corresponding color using the Zissou1 palette in wes_palette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.