Learn R Programming

rcellminer (version 1.4.2)

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

Description

Calculate Spearman's correlations with between rows of input matrices

Usage

crossCorsSpearman(X, Y = NULL)

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.

concept

rcellminer

Examples

Run this code
crossCorsSpearman(drugActData[c("94600"), ], drugActData[c("727625", "670655"), ])

Run the code above in your browser using DataLab