Learn R Programming

supcluster (version 1.0.1)

trauma_data: Trauma Data for Supervised Clustering

Description

This is a genomic data set, saved as an R save file, that loaded with data("trauma_data") and data("gene_names") The data frame trauma_data has 147 observations on patients with trauma. The first 87 columns are gene expression values and the final column labeled outcome is the multiple organ failure score for the patient. The data in gene_names is information on each gene in trauma_data

Usage

data("trauma_data");data("gene_names")

Arguments

Format

A data frame trauma_data with 147 observations the first 87 columns are gene expression data and the last column labeled outcome is the maximum organ failure score. A data frame gene_names with the affymetrix description of the probesets in trauma_data.