sparseSolver2 | R Documentation |
Fast Calculation of "Dropout" values
sparseSolver2(cm, em, ids, n_cores)
cm |
A numeric matrix representing the consensus matrix. |
em |
A sparse 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. |
A numeric vector of imputed dropout values, corresponding to the entries specified in the 'ids' matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.