View source: R/Log2Transform.R
Log2Transform | R Documentation |
This function takes a list of matrices and calculates the log2 for each value. If (and only if) at least one value in a given matrix is 0, a pseudocount is added first to all values.
Log2Transform(counts, pseudocount = 1)
counts |
A list of counts across peak summits generated by SummitHeatmap. |
pseudocount |
The pseudocount to add to the values (to avoid taking the log2 of 0). Default=1. |
A list of matrices of same size as counts, with all the values log2 transformed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.