Description Usage Arguments Value Examples
Calculate Spearman's correlations with between rows of input matrices
1  | crossCorsSpearman(X, Y = NULL)
 | 
X | 
 a matrix or data.frame  | 
Y | 
 a matrix or data.frame  | 
a list containing matrices of pairwise Spearman's correlations and their p-values between rows of the input matrices or dataframes.
1 2 3 4  | ## Not run: 
crossCorsSpearman(drugActData[c("94600"), ], drugActData[c("727625", "670655"), ])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.