View source: R/HelperFunctions.R
rankings2Uscore | R Documentation |
Get signature scores from pre-computed rank matrix
rankings2Uscore(
ranks_matrix,
features,
chunk.size = 100,
w_neg = 1,
BPPARAM = NULL,
ncores = 1,
force.gc = FALSE,
name = "_UCell"
)
ranks_matrix |
A rank matrix |
features |
List of signatures |
chunk.size |
How many cells per matrix chunk |
w_neg |
Weight on negative signatures |
BPPARAM |
A BioParallel object to instruct UCell how to parallelize |
ncores |
How many cores to use for parallelization? |
force.gc |
Force garbage collection to recover RAM? (FALSE) |
name |
Name suffix for metadata columns ("_UCell") |
A list of signature scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.