TargetFinder {miRNA} R Documentation

create the TargetFinder algorithm object for predict the miRNA target site

Description

Usage

TargetFinder(
    score.cutoff = 5);

Arguments

score.cutoff

[as double]

Details

Authors

TRNtoolkit

Value

a TargetFinder algorithm object, which implements the miRNAMapper interface, so that it can be used by the miRNA_targets api for run the target site match.

clr value class

Examples


[Package miRNA version 1.0.0.0 Index]