Roleswitch-package: Infer miRNA-mRNA interactions using paired expression data...

Description Details Author(s) References See Also Examples

Description

Infer Probabilities of MiRNA-mRNA Interaction Signature (ProMISe) using paired expression data from a single sample. Roleswitch operates in two phases by inferring the probabilities of mRNA (miRNA) being the targets ("targets") of miRNA (mRNA), taking into account the expression of all of the mRNAs (miRNAs) due to their potential competition for the same miRNA (mRNA). Due to mRNA transcription and miRNA repression events simultaneously happening in the cell, Roleswitch assumes that the total transcribed mRNA levels are higher than the observed (equilibrium) mRNA levels and iteratively updates the total transcription of each mRNA targets based on the above inference. NB: in the paper, we used ProMISe as both the model name and inferred score name.

Details

Package: Roleswitch
Type: Package
Version: 1.5.2
Date: 2013-12-20
License: GPL-2

The main function roleswitch takes as inputs the mRNA and miRNA expression as numerical vector and seedmatch (integer) matrix provided by the user or generated from getSeedMatrix. The function then outputs a list with p.xz containing the ProMISe as the final results and other results for diagnostic purpose.

Author(s)

Yue Li Maintainer: Yue Li <yueli@cs.toronto.edu>

References

Li, Y., ..., Zhang, Z., Inference of personalized miRNA-mRNA interactions toward redefining cancer signatures (in preparation).

Arvey, A., Larsson, E., Sander, C., Leslie, C. S., & Marks, D. S. (2010). Target mRNA abundance dilutes microRNA and siRNA activity. Molecular systems biology, 6, 1-7. doi:10.1038/msb.2010.24

See Also

roleswitch

Examples

1
2
library(Roleswitch)
ls("package:Roleswitch")

Roleswitch documentation built on April 28, 2020, 8:29 p.m.