Description Usage Arguments Value Author(s) See Also Examples
View source: R/base_FastCorrelation.R
Fast way to calculate correlation between variables
1 2 | FastCorrelation(data, transposition = F, control.markers = NULL,
target.markers = NULL, method = "pearson")
|
data |
a data frame or a matrix |
control.markers |
control markers |
target.markers |
target markers |
method |
a character string indicating which correlation coefficient is to be used for the test. One of "pearson", "kendall", or "spearman", can be abbreviated. |
a data frame with p value and adjusted p value.
Weibin Huang<654751191@qq.com>
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.