process_matrix: process_matrix

Description Usage Arguments See Also

View source: R/process_matrix.r

Description

Function to apply a procedure to pre-process the gene expression data saved in matrices. This pre-processing step is required to allow a fair analysis of the results obtained from the SLFM model.

Usage

1
process_matrix(path, output_path, sample_size)

Arguments

path

path to the directory containing the set of matrices to be pre-processed.

output_path

path to the directory intended to acommodate the saved pre-processed matrices.

sample_size

number of matrices to be used on the principal component analysis.

See Also

slfm, slfm_list, plot_matrix


slfm documentation built on March 26, 2020, 7:37 p.m.

Related to process_matrix in slfm...