correlation: correlation analysis between two range of columns from the...

Description Usage Examples

View source: R/correlation.R

Description

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

Usage

1
cor = correlation(data,i,j,cutoff)

Examples

1
2
data(CorExpr,package = "Priscilla")
Cor = correlation(CorExpr,1:22,23:72,0.3)

PriscillaBai-UTokyo/Priscilla documentation built on March 22, 2020, 2:08 a.m.