cor.pair | R Documentation |
cor.pair
cor.pair(
idxvec,
GEMatrix,
rowORcol = c("row", "col"),
cormethod = c("GCC", "PCC", "SCC", "KCC"),
pernum = 0,
sigmethod = c("two.sided", "one.sided")
)
idxvec |
vector of the index |
GEMatrix |
Gene expression network |
rowORcol |
row or columns |
cormethod |
correlation type "GCC","PCC", "SCC" or "KCC" |
pernum |
permutation number |
sigmethod |
p-value threshold |
res paired correlations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.