ap_binary2: Binary

View source: R/data_transformation_2_diff_input.R

ap_binary2R Documentation

Binary

Description

Create binary matrices based on scored Autoimmunity profiling data.

Usage

ap_binary2(x, check.names = FALSE)

Arguments

x

List with at least two elements, see Details for naming and content. It is recommended to use the output from ap_scoring2().

check.names

logical, altered default from data.frame().

Details

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.

Value

Updated input x with the new list element

BINARY = list with one data.frame per cutoff


cekehe/rappp documentation built on May 17, 2022, 8:54 a.m.