filterAndCompare {miRLAB} | R Documentation |
Filter and compare the validation results from 12 methods Keep the miRNAs that have at least noVal confirmed targets and compare the validation results from all methods.
filterAndCompare(allresults, noVal)
allresults |
the results from all methods generated from experiment function. This is a list. |
noVal |
Number of confirmed targets in each method (threshold) to filter. Records (miRNA) with less than this will be removed |
the validation results of all methods
print("result=filterAndCompare(allresults, 2)")