Skip to contents

Select the top genes ranked by deviance statistics.

Usage

select_top_devres_genes(dev_resid_mat, num_top_genes = 6000)

Arguments

dev_resid_mat

A sample by gene numeric matrix that stores deviance residuals;

num_top_genes

Number of top genes to keep;

Value

A numeric vector that stores the indices of top num_top_genes

genes ranked by deviance statistics.