Learn R Programming

secure (version 0.4)

CellCycleX: Cell cycle data

Description

The chromatin immunoprecipitation (ChIP) data (X) contain complete binding information of a subset of 1790 genes for a total of 113 transcription factors.

Usage

data(CellCycleX)

Arguments

Format

A data frame

Examples

Run this code
# data(CellCycleY) # Y
# data(CellCycleX) # X
# n <- nrow(CellCycleY); p <- ncol(CellCycleX); q <-  ncol(CellCycleY)
# control <- secure.control(spU=160/p,spV=1)
# fit.cycle <- secure.path(CellCycleY, CellCycleX, nrank = 10, nlambda = 100,
#                   control = control)

Run the code above in your browser using DataLab