Description Usage Arguments Value References
View source: R/ceRNAAnalysis.R
Identify ceRNAs by (1) number of shared miRNAs between lncRNA and mRNA; (2) expression correlation of lncRNA and mRNA; (3) regulation similarity of shared miRNAs on lncRNA and mRNA; (4) sensitivity correlation
1 2 3 4 5 6 7 8 9 | ceRNAAnslysis(
lnc,
pc,
deMIR = NULL,
lnc.targets = "starBase",
pc.targets = "starBase",
rna.expr,
mir.expr
)
|
lnc |
a vector of Ensembl long non-coding gene ids |
pc |
a vector of Ensembl protein coding gene ids |
deMIR |
a vector of differentially expressed miRNAs.
Default is |
lnc.targets |
a character string specifying the database
of miRNA-lncRNA interactions.
Should be one of |
pc.targets |
a character string specifying the database of
miRNA-lncRNA interactions.
Should be one of |
rna.expr |
normalization mRNAs counts datafram,contain lnc and pc transformed gene expression data |
mir.expr |
normalization miRNAs counts datafram transformed mature miRNA expression data |
A dataframe containing ceRNA pairs, expression correlation between lncRNA and mRNA, the number and hypergeometric significance of shared miRNAs, regulation similarity score, and the mean sensitity correlation (the difference between Pearson correlation and partial correlation) of multiple lncRNA-miRNA-mRNA triplets, etc.
Paci P, Colombo T, Farina L. Computational analysis identifies a sponge interaction network between long non-coding RNAs and messenger RNAs in human breast cancer. BMC systems biology. 2014 Jul 17;8(1):83.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.