Description Usage Arguments Details Value Author(s) References See Also Examples
This function can be used to predict outcome values for a data set based on a tsp object.
1 2 |
object |
A tsp object |
dat |
Can take two values: (a) an m genes by n arrays matrix of expression data or (b) an eSet object |
select |
An indicator of which TSP to use,defaults to the first TSP. |
... |
Plotting arguments (ignored) |
predict() accepts a tsp object calculated on an expression set or gene expression matrix. If no other data set is included, the tsp predictions for the original data set are produced. If a second gene expression matrix or expression set is included, predict() looks for the gene names of the TSP in tspobj and attempts to match them in the rownames or featureNames of the gene expression matrix. If rownames or featureNames are not available, the prediction is based on the row numbers. If a match is identified, predict() makes a prediction for each gene based on the output.
predict |
A class prediction for each array of dat based on the TSP from tspobj |
Jeffrey T. Leek jtleek@jhu.edu
D. Geman, C. d'Avignon, D. Naiman and R. Winslow, "Classifying gene expression profiles from pairwise mRNA comparisons," Statist. Appl. in Genetics and Molecular Biology, 3, 2004.
A.C. Tan, D.Q. Naiman, L. Xu, R.L. Winslow, D. Geman, "Simple decision rules for classifying human cancers from gene expression profiles," Bioinformatics, 21:3896-3904, 2005.
tspplot
,ts.pair
, tspcalc
,tspsig
,summary.tsp
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.