get_topn {crosstalkr}R Documentation

Helper function for compute_null_dnp - returns the top n genes by dnp for each sample

Description

Helper function for compute_null_dnp - returns the top n genes by dnp for each sample

Usage

get_topn(df, n_genes)

Arguments

df

output of compute_dnp()

n_genes

integer describing number of genes per sample that we will compute the null distribution for


[Package crosstalkr version 1.0.5 Index]