Description Usage Arguments Value References See Also Examples
Export the network (from cytofile slot) to a SIF file.
1 2 3 |
obj |
a corObject. |
file |
file to write. |
pval.cutoff |
maximum corrected p value to take. |
cor |
correlation cutoff. |
alternative |
"less": select correlations lower than correlation cutoff; "greater": select correlations greater than correlation cutoff; or "two.sided": select correlations with absolute value greater than correlation cutoff. |
dat.sum |
number of minimum ocurrences across databases |
add.other |
a character vector. Name of the dataframe that contains extra interactions (usually mRNA-mRNA interactions) that will be added to the network. |
sub.miRNA |
character vector. Restrict to these miRNAs. |
sub.mRNA |
character vector. Restrict to these mRNAs. |
expand |
expand with another table. TRUE or FALSE. |
vertex.cex |
table to use to expand |
A sif file, plus a node attributes file (*the node attributes still in preparation)
www.cytoscape.org
writeCsv
, writeSif
, selSubsetCor
, selSubsetExprs
, openCytoscape
1 2 3 | ## do not run
#data(data.obj)
#writeSif(data.obj,"results_sif")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.