process_matrix {slfm}R Documentation

Procedure to pre-process the gene expression data to be fitted via SLFM.

Description

This function is intended to pre-process the data matrices to be fitted through the Sparse Latent Factor Model.

Usage

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.


[Package slfm version 1.0.0 Index]