View source: R/Diagnostic_matrix.RNAseq.R
diagnostic_matrix.RNAseq | R Documentation |
The function performs ranking of the evaluation data obtained at the previous step 'batch_evaluation’ for the bulk RNAseq experiments. 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.RNAseq(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.
diagnostic.RNAseq(assessment)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.