View source: R/HelperFunctions.R
calculate_Uscore | R Documentation |
Calculate rankings and scores for query data and given signature set
calculate_Uscore(
matrix,
features,
maxRank = 1500,
chunk.size = 100,
BPPARAM = NULL,
ncores = 1,
w_neg = 1,
ties.method = "average",
storeRanks = FALSE,
force.gc = FALSE,
name = "_UCell"
)
matrix |
Input data matrix |
features |
List of signatures |
maxRank |
Rank cutoff (1500) |
chunk.size |
Cells per sub-matrix (100) |
BPPARAM |
A BioParallel object to instruct UCell how to parallelize |
ncores |
Number of cores to use for parallelization |
w_neg |
Weight on negative signatures |
ties.method |
How to break ties, for data.table::frankv method ("average") |
storeRanks |
Store ranks? (FALSE) |
force.gc |
Force garbage collection? (FALSE) |
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.