corPvalueStudentParallel: [INTERNAL] Compute p-values for upper triangle of correlation...

View source: R/network_reduction.R

corPvalueStudentParallelR Documentation

[INTERNAL] Compute p-values for upper triangle of correlation matrix in parallel

Description

[INTERNAL] Compute p-values for upper triangle of correlation matrix in parallel

Usage

corPvalueStudentParallel(adjacency_matrix, number_of_samples, chunk_size)

Arguments

adjacency_matrix

[matrix] Adjacency matrix of correlations computed using cor in compute_correlation_matrices

number_of_samples

[matrix] Matrix of number of samples used in computation of each correlation value. Computed applying sample_size

chunk_size

[int] Smallest unit of work in parallel computation (number of p-values to compute)

Value

Vector of p-values for upper triangle


DrDimont documentation built on Sept. 23, 2022, 5:06 p.m.