Description Usage Arguments Details Value See Also Examples
Export the cytofile slot to an Excel 2003 file.
1 2 |
obj |
a corObject. |
name |
the name of the 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. |
slot |
name of the slot to write. "net" (default), "diffexp.miRNA", "diffexp.mRNA", "dat.miRNA", "dat.mRNA", "pheno.miRNA" or "pheno.mRNA". P-value and dat.sum filtering is applied to "net" slot. P-value filtering is applied to "diffexp.miRNA" and "diffexp.mRNA" slots. No filtering is applied to "dat.miRNA", "dat.mRNA", "pheno.miRNA" or "pheno.mRNA" slots. |
pval |
name of the column where to take the p values. |
It writes an excel document with the selected pairs.
An excel file.
writeCsv
, writeSif
, selSubsetCor
, selSubsetExprs
1 2 3 | ## do not run
#data(data.obj)
#writeCsv(data.obj,"results_csv.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.