normObjDemo {CODEX}R Documentation

Demo data pre-stored for normObj.

Description

Pre-stored normObj data for demonstration purposes.

Usage

data(normObjDemo)

Details

Pre-computed using whole exome sequencing data of 46 HapMap samples.

Value

normObj demo data (list) pre-computed.

Author(s)

Yuchao Jiang yuchaoj@wharton.upenn.edu

Examples

Yhat <- normObjDemo$Yhat
AIC <- normObjDemo$AIC
BIC <- normObjDemo$BIC
RSS <- normObjDemo$RSS
K <- normObjDemo$K

[Package CODEX version 1.22.0 Index]