format_counts_for_deseq2 | R Documentation |
format counts for DESeq
format_counts_for_deseq2(seed, query)
seed |
seed count matrix |
query |
query count matrix |
Always adding a pseudocount of 1 to avoid issues with 0 counts. We also force coercion to int since DESeq does not handle numerics nor does it do internal coersion.
DESeq2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.