synth: Blinded cancer mRNA, CNA and survival data

Description Usage Format Examples

Description

This dataset contains blinded mRNA, CNA and survival data of 186 cancer tumors modified for demonstration usage. Some genes are randomly selected from 10672 probes, others are chosen for their characteristics.

mRNA is standardized to sd=1 and mean=0. CNA is centered to mean=0. survival is in days.

Usage

1

Format

The synth data set is a list containing mRNA y, CNA u and surv survival data.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run:   
  data(synth)
  y <- synth$y
  # standardize u
  u <- apply(synth$u, 2, function(x) x/sd(x))
  G <- epocG(Y=y, U=u)
  summary(G)
  plot(G)

## End(Not run)

epoc documentation built on Aug. 26, 2019, 9:02 a.m.

Related to synth in epoc...