Scores {multiDimBio}R Documentation

Principle component scores based on the data in Nuclei

Description

Principle component scores were computed using PPCA for the data set Nuclei.

Usage

data(Scores)

Format

A numeric matrix with 4 columns and the same number of rows as Nuclei. There are no missing values.

Source

The data are provided courtesy of David Crews at the University of Texas at Austin.

References

Crews, D, R Gillette, SV Scarpino, M Manikkam, MI Savenkova, MK Skinner. 2012. Epigenetic Transgenerational Alterations to Stress Response in Brain Gene Networks and Behavior. Proc. Natl. Acad. Sci. USA. 109 (23). 9143 - 9148.

Examples

data(Scores)

data(Nuclei)

SCORES<-PPCA(Nuclei)@scores

[Package multiDimBio version 1.2.2 Index]