{miRNA} R# Documentation

miRNA


require(GCModeller);

#' miRNA/siRNA target gene prediction toolkit
imports "miRNA" from "TRNtoolkit";

miRNA/siRNA target gene prediction toolkit

This R# package module provides the toolkit for predict the target genes of the miRNA/siRNA small RNA sequence:

the generated match result is a collection of the @T:SMRUCC.genomics.Analysis.SequenceAlignment.siRNAHit.siRNAHit object, which can be converted to a data frame via the as.data.frame api, or be saved as a csv table file via the write.csv api.



.NET clr function exports
as.data.frame.sirnahit siRNAHit:

小RNA(miRNA/siRNA)与靶标 mRNA 的互补匹配命中结果模型。 两个算法(psRNATarget / TargetFinder)共用此结构,便于后续求交集。

parse_blastn
blastn_filter
psRNATarget

create the psRNATarget algorithm object for predict the miRNA target site

TargetFinder

create the TargetFinder algorithm object for predict the miRNA target site

miRNA_targets

make matches of the miRNA target genes

intersect_targets

--- High-confidence intersection (psRNATarget ∩ TargetFinder) ---


[Document Index]