View source: R/relative-log-expression.R
compute_relative_log_expression | R Documentation |
Computing relative log expression
compute_relative_log_expression(
x,
top_n,
log2_transform = TRUE,
log2_offset = 1
)
x |
A matrix. |
top_n |
an integer of the most variable N loci for relative log expression (RLE) analysis. |
log2_transform |
perform log2 transform or not. |
log2_offset |
offset by certain value to avoid zeros. Default to 1. |
a matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.