Learn R Programming

combiroc (version 0.3.4)

demo_data: A demo dataset with proteomics markers

Description

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

Arguments

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

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

Run the code above in your browser using DataLab