Skip to contents

Combiroc built-in demo data (proteomics data from Zingaretti et al. 2012 - PMC3518104). A dataset containing signal intensity values of a 5-marker signatures for Autoimmune Hepatitis (AIH). Samples have been clinically diagnosed as “abnormal” (class A) or "normal" (class B).

Usage

demo_data

Format

A data frame with 170 rows and 7 variables:

Patient.ID

the ID of samples

Class

the class of the samples: A-Healthy, B-AIH

Marker1

the signal intensity value of Marker1

Marker2

the signal intensity value of Marker2

Marker3

the signal intensity value of Marker3

Marker4

the signal intensity value of Marker4

Marker5

the signal intensity value of Marker5

Examples

if (FALSE) {
demo_data # combiroc built-in demo data (proteomics data from Zingaretti et al. 2012 - PMC3518104)
}