git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@73179 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,25 @@ |
1 |
+\docType{data} |
|
2 |
+\name{icaSetCarbayo} |
|
3 |
+\alias{icaSetCarbayo} |
|
4 |
+\title{IcaSet-object containing a FastICA decomposition of gene expression microarrray-based data of bladder cancer samples.} |
|
5 |
+\description{ |
|
6 |
+ Object of class \code{\link{IcaSet}} containing an ICA |
|
7 |
+ decomposition calculated by the FastICA algorithm |
|
8 |
+ (through matlab function "icasso") on bladder cancer |
|
9 |
+ expression data measured on HG-U133A Affymetrix |
|
10 |
+ microarrays. The original expression data were normalized |
|
11 |
+ with MAS5 by the authors of the paper followed by |
|
12 |
+ log2-transformation. ICA was run on the dataset |
|
13 |
+ restricted to the 10000 most variable probe sets (based |
|
14 |
+ on IQR values). 10 components were computed. Only probe |
|
15 |
+ sets/genes having an absolute projection higher than 3 |
|
16 |
+ are stored in this object. |
|
17 |
+} |
|
18 |
+\author{ |
|
19 |
+ Anne Biton |
|
20 |
+} |
|
21 |
+\references{ |
|
22 |
+ \url{http://jco.ascopubs.org/content/24/5/778/suppl/DC1} |
|
23 |
+} |
|
24 |
+\keyword{datasets} |
|
25 |
+ |