Learn R Programming

pca3d (version 0.1)

metabo: metabolic profiles in tuberculosis.

Description

Relative abundances of metabolites from serum samples of three groups of individuals

Usage

data(metabo)

Arguments

source

Weiner J 3rd, Parida SK, Maertzdorf J, Black GF, Repsilber D, et al. (2012) Biomarkers of Inflammation, Immunosuppression and Stress Are Revealed by Metabolomic Profiling of Tuberculosis Patients. PLoS ONE 7(7): e40221. doi:10.1371/journal.pone.0040221

Details

Serum samples from three groups of individuals were compared: tuberculin skin test negative (NEG), positive (POS) and clinical tuberculosis (TB).

Examples

Run this code
data(metabo)
## maybe str(metabo) ; plot(metabo) ...
pca <- prcomp( metabo[,-1] )

Run the code above in your browser using DataLab