Prostate Cancer Study of Singh et al. (2002)
辛格等人的前列腺癌的研究。 (2002)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gene expression data (6033 genes for 102 samples) from the microarray study of Singh et al. (2002).
基因表达数据从微阵列研究Singh等人(6033基因的102个样本)。 (2002年)。
用法----------Usage----------
data(singh2002)
格式----------Format----------
singh2002$x is a 102 x 6033 matrix containing the expression levels. The rows contain the samples and the columns the genes.
singh2002$x是一个102×6033矩阵中的表达水平。行包含样品和列的基因。
singh2002$y is a factor containing the diagnosis for each sample ("cancer" or "healthy").
singh2002$y是含有对每个样品的诊断(“癌”或“健康”)的一个因素。
Details
详细信息----------Details----------
This data set contains measurements of the gene expression of 6033 genes for 102 observations: 52 prostate cancer patients and 50 healty men.
该数据集包含102意见:52前列腺癌的患者和50希尔蒂的男人,6033个基因的基因表达进行测量。
源----------Source----------
The data are described in Singh et al. (2001) and are provided in exactly the form as used by Efron (2008) - see http://www-stat.stanford.edu/~ckirby/brad/papers/Ebaydata.R.
Singh等人描述的数据。 (2001年),并提供埃弗龙(2008)所使用的完全相同的形式 - http://www-stat.stanford.edu/~ckirby /布拉德/文件/ Ebaydata.R的的。
参考文献----------References----------
Cancer Cell 1:203–209.
Technical Report, Standford University.
实例----------Examples----------
# load sda library[加载SDA库]
library("sda")
# load Singh et al (2001) data set[负载Singh等人(2001)的数据集]
data(singh2002)
dim(singh2002$x) # 102 6033[102 6033]
hist(singh2002$x)
singh2002$y # 2 levels[2级]