Using one of the network building algorithms, cluster initial network into individual protein complexes.
Usage
X.calculate.cors(data = NULL, cor.type = "pearson")
Arguments
- data
Data frame with one column per temperature and protein IDs in row names.
- cor.type
'type' argument in Hmisc::rcorr
Value
Data frame with pairwise protein interactions and R2 values
Examples
all.predictors <- X.calculate.cors(MCdata.scaled$data)
#> Error: object 'MCdata.scaled' not found