get_dblCalls_dist {scds} | 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)