es: A BioConductor ExpressionSet Object Storing Gene Expression...

Description Usage Format Details References Examples

Description

A BioConductor ExpressionSet object storing gene expression data.

Usage

1
data("es")

Format

The expression data are stored in a matrix, which contains 55 row genes and 110 column subjects.

The phenotye data contains two variables: sid (subject ID) and grp (case-control status). grp=1 indicates the subject is a case. grp=0 indicates the subject is a control.

The feature data contains two variables: geneid (gene ID) and memGenes. memGenes=1 indicates the gene is differentially correlated between cases and controls with at least one other gene. memGenes=0 indicates the gene is not diffferentially correlated with other genes.

Details

The data contains 50 cases and 60 controls. The first 5 genes are differentially correlated with at least one other genes, while the remaining 50 genes are non-differentially correlated with other genes.

The covariance matrix of the first 5 genes in cases were generated by the function rcorrmatrix in R package clusterGeneration. The covariance matrix of the first 5 genes in controls are identical matrix.

The covariance matrix of the remaining 50 genes in cases were generated by the function rcorrmatrix. The covariance matrix of the 50 genes in controls were the same as that in cases.

The first 50 subjects are cases. The remaining 60 subjects are controls.

References

Danyang Yu, Zeyu Zhang, Kimberly Glass, Jessica Su, Dawn L. DeMeo, Kelan Tantisira, Scott T. Weiss, Weiliang Qiu(corresponding author). New Statistical Methods for Constructing Robust Differential Correlation Networks to characterize the interactions among microRNAs. Scientific Reports 9, Article number: 3499 (2019)

Examples

1
2
3

corTest documentation built on Nov. 16, 2020, 9:15 a.m.

Related to es in corTest...