data: dataframe, column with different genes and rows with different samples i: which columns want to do correlation j: which columns want to do correlation cutoff: like 0.5
1 | cor = correlation(data,i,j,cutoff)
|
1 2 | data(CorExpr,package = "Priscilla")
Cor = correlation(CorExpr,1:22,23:72,0.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.