Description Usage Arguments Value Examples
View source: R/pseudocount_adjust.R
Building a pseudo-count adjusted matrix from a PWM (positional weight matrix) or a PFM (positional frequency matrix) with 0 entries.
1 | pseudocount_adjust(table, pseudocount = NULL)
|
table |
A table (PFM/PWM) with the symbols along the rows and the logo stack positions along the columns, possibly containing 0 values. |
pseudocount |
A small pseudocount to be added mainly to bypass 0 entries.
Default is NULL. If |
Returns a new table that pseudo-count adjusts the 0 values.
1 2 | data("mutation_sig")
pseudocount_adjust(mutation_sig)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.