cor.matrix.NECorr | R Documentation |
cor.matrix.NECorr
cor.matrix.NECorr(
GEMatrix,
cpus = cpus,
cormethod = c("GCC", "PCC", "SCC", "KCC"),
style = c("pairs.between", "pairs.only"),
var1.id = NA,
var2.id = NA,
pernum = 0,
sigmethod = c("two.sided", "one.sided"),
output = c("matrix", "paired")
)
GEMatrix |
expression matrix |
cpus |
number of cpu used |
cormethod |
correlation method:"GCC", "PCC", "SCC", "KCC" |
style |
type of pairs: "pairs.between","pairs.only" |
var1.id |
variable vector source |
var2.id |
varaible vector target |
pernum |
permutation number |
sigmethod |
significance |
output |
matrix or paired |
resList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.