Description Usage Arguments Value
View source: R/implement.function.R
A plugin function for evaluating binding interaction and information values
1 2 3 4 5 6 7 8 9 10 11 | implement(
mRNA,
miRNA.x,
start.x,
end.x,
miRNA.y,
start.y,
end.y,
mRNAexpression,
miRNAexpression
)
|
mRNA |
the mRNA |
miRNA.x |
the miRNA x |
start.x |
the start site of miRNA x binding on mRNA |
end.x |
the end site of miRNA x binding on mRNA |
miRNA.y |
the miRNA y |
start.y |
the start site of miRNA y binding on mRNA |
end.y |
the end site of miRNA binding on mRNA |
mRNAexpression |
mRNA expression matrix |
miRNAexpression |
miRNA expression matrix |
implement returns a result vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.