Skip to contents

Calculate percentage of library accounted for by top expressed genes

Usage

htseq_libraryComplexity(htseq_filename, num_genes = 25)

Arguments

htseq_filename

path to the htseq output for a given sample

num_genes

used to select the top expressed n genes. Default is 25

Value

sum(top_n_genes) / total_counted_reads, rounded to 4 decimal places