View source: R/ProcessingPipelineFunctions.R
htseq_libraryComplexity | R Documentation |
Calculate percentage of library accounted for by top expressed genes
htseq_libraryComplexity(htseq_filename, num_genes = 25)
htseq_filename |
path to the htseq output for a given sample |
num_genes |
used to select the top expressed n genes. Default is 25 |
sum(top_n_genes) / total_counted_reads, rounded to 4 decimal places
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.