View source: R/Diagnostic.microarray.R
diagnostic_matrix.microarray | R Documentation |
The function performs ranking and plotting of the evaluation data obtained at the previous step 'batch_evaluation’. Here, methods are ranked on their individual performance, and finally 'sumRank' is the final Rank of each method for the given dataset. Rank 1 will be the best performer method.
diagnostic_matrix.microarray(evaluation)
evaluation |
evaluation is the evaluation list obtained from the previous step 'evaluation_matrix'. |
A list of two data-frame- (a) raw - simple data-frame output of evaluation matrix and, (b) ranked- Ranked data-frame of evaluation matrix which has additional column 'sumRank' containing final Rank of each method. Ranks are in descending performance order, i.e. method having score 1 will be the best method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.