Description Usage Format Details Author(s) References See Also Examples
A factor with two levels
describing the phenotypes for the testing data
(Buyse et al cohort,
(see the mammaPrintData
package).
1 | data(testingData)
|
The matTesting
factor contains phenotypic information
for the 307 samples of the testing dataset.
This phenotype factor corresponds to the breast cancer patients' cohort
published by Buyse and colleagues in JNCI (2006).
The gene expression matrix was obtained from
the mammaPrintData
package as described
by Marchionni and colleagues in BMC Genomics (2013).
Bahman Afsari bahman.afsari@gmail.com, Luigi Marchionni marchion@jhu.edu
See switchBox for the references.
1 2 3 4 5 6 7 8 | ### Load gene expression data for the test set
data(testingData)
### Show the class of the ``testingGroup'' object
class(testingGroup)
### Show group variable
table(testingGroup)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.