Description Usage Arguments Value See Also Examples
Select differentially expressed miRNAs or mRNAs, according to your criteria
1 2 | selSubsetCor(obj, pval.cutoff = 1, dat.sum = 0, sub.miRNA = NULL,
sub.mRNA = NULL)
|
obj |
a corObject |
pval.cutoff |
maximum adj.pval of the selected miRNA-mRNA pairs |
dat.sum |
minimum number of concurrences across databases of the selected miRNA-mRNA pairs |
sub.miRNA |
(optional) character vector, limit to these miRNAs |
sub.mRNA |
(optional) character vector, limit to these mRNAs |
A data.frame with the selected miRNA-mRNA pairs.
writeCsv
, writeExcel
, writeSif
1 2 | data(data.obj)
selSubsetCor(data.obj, pval.cutoff=0.05, dat.sum=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.