File: esc.Rd

package info (click to toggle)
r-cran-gss 2.1-3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,400
  • sloc: fortran: 5,241; ansic: 1,388; makefile: 1
file content (34 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\name{esc}
\alias{esc}
\title{Embryonic Stem Cell from Mouse}
\description{
    Data concerning mouse embryonic stem cell gene expression and
    transcription factor association strength.
}
\usage{data(esc)}
\format{
    A data frame containing 1027 genes with the following variables.
    \tabular{ll}{
        \code{y1} \tab Gene expression after 4 days.\cr
        \code{y2} \tab Gene expression after 8 days.\cr
	\code{y3} \tab Gene expression after 14 days.\cr
	\code{klf4} \tab Score of TFAS with KLF4.\cr
	\code{nanog} \tab Score of TFAS with NANOG.\cr
	\code{oct4} \tab Score of TFAS with OCT4.\cr
	\code{sox2} \tab Score of TFAS with SOX2.\cr
	\code{clusterID} \tab Cluster identification.\cr
    }
}
\references{
    Cai, J., Xie, D., Fan, Z., Chipperfield, H., Marden, J., Wong,
    W. H., and Zhong, S. (2010), Modeling co-expression across species
    for complex traits: insights to the difference of human and mouse
    embryonic stem cells.  \emph{PLoS Computational Biology}, \bold{6},
    e1000707.

    Ouyang, Z., Zhou, Q., and Wong, W. H. (2009), chip-seq of
    transcription factors predicts absolute and differential gene
    expression in embryonic stem cells.  \emph{Proceedings of the
    National Academy of Sciences of USA}, \bold{106}, 21521--21526.
}
\keyword{datasets}