View source: R/data_transformation_2_diff_input.R
ap_binary2 | R Documentation |
Create binary matrices based on scored Autoimmunity profiling data.
ap_binary2(x, check.names = FALSE)
x |
List with at least two elements, see Details for naming and content.
It is recommended to use the output from |
check.names |
logical, altered default from |
The input values will be binned into binary data, consisting of 0 and 1.
The x list needs to include at least the elements:
SCORE = scored data,
CUTOFF_KEY = Cutoff key as data.frame with cutoff values, scores and colors.
Updated input x with the new list element
BINARY = list with one data.frame per cutoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.