| get_nz_median {sctransform} | R Documentation |
Get median of non zero UMIs from a count matrix using a subset of genes (slow)
get_nz_median(umi, genes = NULL)
umi |
Count matrix |
genes |
List of genes to calculate statistics. Default is NULL which returns the non-zero median using all genes |
A numeric value representing the median of non-zero entries from the UMI matrix