compute_LH_cppNA: compute_LH_cppNA

View source: R/RcppExports.R

compute_LH_cppNAR Documentation

compute_LH_cppNA

Description

This function makes the matrices L and H for all the genes without count NA values.

Usage

compute_LH_cppNA(data_ctrl, threshold, nbNA, size_max)

Arguments

data_ctrl

A numeric matrix with the genes expressions for each patient.

threshold

The proportion of genes that must be under or above the gene.

nbNA

The number of NA for each gene.

size_max

The maximum number of L and H genes for each gene..

Value

This function returns a list of two logical matrices : the L matrix, with the id of closest genes with a lower expression, the H Matrix with the id of closest genes with a higher expression, And the n string vector with the genes names.


CDecamps/penda documentation built on Jan. 13, 2023, 2:24 p.m.