| intersect_targets {miRNA} | R Documentation |
intersect_targets(psRNATarget, TargetFinder,
site.tolerance = 3);
a vector of the siRNAHit high confidence target site data: the match result that is reported by both of the psRNATarget and the TargetFinder algorithm.
the merged site data of each target site: the Source property is marked as Intersection(psRNATarget+TargetFinder), the StartSite/EndSite property is the union range of the two algorithm result, the MismatchCount/WobbleCount/GapCount property is the max value of the two algorithm result, the TranslationInhibition property is TRUE when any of the two algorithm result is a translation inhibition candidate, and the Alignment property contains the expectation value of the psRNATarget and the penalty score of the TargetFinder;
this function returns a R# error message object if the input data can not be cast to a collection of the siRNAHit data.