corr,mSet,bSet-method | R Documentation |
genetic methods to perform the correlation test.
## S4 method for signature 'mSet,bSet'
corr(m, b, method = "spearman", parallel = FALSE, ncore = 4)
m |
mSet class |
b |
bSet class |
method |
character default is spearman |
parallel |
logical |
ncore |
integer number of core,default is 4 |
correlation matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.