Description Usage Arguments Details Value See Also Examples
Creates and fills the net slot from a corObject.
1 | addNet(obj)
|
obj |
a corObject with the slots pval and cor already defined |
The net slot is a data.frame where each row represents a potential miRNA-mRNA interaction. The row names are the concatenation of the miRNA and mRNA name (format "miRNA:mRNA") and the columns contain all the available information for each pair. The data.frame is sorted by miRNA name and then by mRNA name. See addFoldchanges
, addDatabase
, addScore
and correctPval
functions that help to add more information to the net slot.
A data.frame with the cytofile slot filled.
corObject-class
, addFoldchanges
, addDatabase
, \code{addScore} and correctPval
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.