get_dblCalls_dist | R Documentation |
Given score vectors for real data and artificial doubles, derive doublet calls based on determining doublet score cutoffs.
get_dblCalls_dist(scrs_real, scrs_sim, type = "balanced")
scrs_real |
numeric vector, the scores for the real/original data |
scrs_sim |
numeric vector, the scores for the artificial doublets |
type |
character or numeric, describes how the score threshold for calling doublets is determined. Either |
numeric, vector containing the (estimated) number of doublets, the score threshold and the fraction of artificial doublets missed (false negative rate, of sorts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.