solver2: Fast Calculation of "Dropout" values

View source: R/RcppExports.R

solver2R Documentation

Fast Calculation of "Dropout" values

Description

Fast Calculation of "Dropout" values

Usage

solver2(cm, em, ids, n_cores)

Arguments

cm

A numeric matrix representing the consensus matrix.

em

A dense numeric matrix representing the gene expression data, where rows are genes and columns are samples.

ids

An integer matrix specifying the row and column indices of entries for which to calculate importance scores. Each row of 'ids' should contain two integers: the row index (gene) and column index (sample) in the 'em' matrix.

n_cores

The number of cores to use for parallel processing.

Value

A numeric vector of imputed dropout values, corresponding to the entries specified in the 'ids' matrix.


khazum/ccImpute documentation built on July 26, 2024, 1:13 a.m.