View source: R/pairwise_correlation.R
data: matrix or dataframe with rownames denotes different samples and colnames denotes genes norm: do normalization or not
1 | pairwise_correlation(data,norm = F)
|
1 2 | data(TCGA_auto,package='Priscilla')
Cor_coefficient<-pairwise_correlation(TCGA_auto,norm = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.