Description Usage Arguments Value Examples
Returns MIR profile for input miRNA.
1 | getMIRprofile(miRNA, FCtable = NULL, FCcutoff = log2(1.3))
|
miRNA |
miRNA name. One of miRNAs listed in "miRNAlist" data. |
FCtable |
FC matrix of 20,639 genes for 5,158 conditions. If NULL, it will be loaded from the local. |
FCcutoff |
Fold change cutoff in log2 scale. Default = log2(1.3). To extract MIR profile for target down-regulation in test condition, take negative value. |
A matrix of fold change value of sequence-based miRNA targets under selected cell conditions.
1 | fc=load_FCtable(); MIRprofile = getMIRprofile('hsa-miR-1-3p',fc,log2(1.3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.