crossCorsSpearman: Calculate Spearman's correlations with between rows of input...

Description Usage Arguments Value Examples

View source: R/crossCors.R

Description

Calculate Spearman's correlations with between rows of input matrices

Usage

1

Arguments

X

a matrix or data.frame

Y

a matrix or data.frame

Value

a list containing matrices of pairwise Spearman's correlations and their p-values between rows of the input matrices or dataframes.

Examples

1
2
3
4
## Not run: 
crossCorsSpearman(drugActData[c("94600"), ], drugActData[c("727625", "670655"), ])

## End(Not run)

cannin/rcellminer documentation built on Aug. 3, 2021, 8:51 p.m.