The example data for correlation analysis, which is the formal class 'SummarizedExperiment'. The data was obtained from Bowler RP et al.'s study, "Plasma Sphingolipids Associated with Chronic Obstructive Pulmonary Disease Phenotypes." Targeted mass spectrometry identified 69 distinct plasma sphingolipid species in 129 current and former smokers. This cohort was analyzed to explore the associations between plasma sphingolipids and COPD subphenotypes, including airflow obstruction, emphysema, and frequent exacerbations.

data("corr_data")

Format

The format is: Formal class 'SummarizedExperiment' [package "SummarizedExperiment"] with assay, colData, and rowData.

Value

assay

A 50*129 matrix.

colData

A data frame with 129 observations on the following 9 variables.

rowData

A data frame with 50 observations on the following 72 variables.

Source

Bowler RP, Jacobson S, Cruickshank C, Hughes GJ, Siska C, Ory DS, Petrache I, Schaffer JE, Reisdorph N, Kechris K. Plasma sphingolipids associated with chronic obstructive pulmonary disease phenotypes. Am J Respir Crit Care Med. 2015;191(3):275-84.

Examples

data(corr_data)