Calculate Pairwise Sample Correlations
get_sample_correlation.RdComputes a pairwise correlation matrix for all samples based on their protein intensity profiles. The result is returned in a long "tidy" format data table.
Usage
get_sample_correlation(object, method = "spearman")
# S4 method for class 'SummarizedExperiment'
get_sample_correlation(object, method = "spearman")