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.

Description

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.

Usage

filterAndCompare(allresults, noVal)

Arguments

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

Value

the validation results of all methods

Examples

print("result=filterAndCompare(allresults, 2)")

[Package miRLAB version 1.14.2 Index]