View source: R/normalize_vwmb.R
pairwise_modes | R Documentation |
compute the mode of all sample/column pairs column pairs that have less than 10 values in common are skipped (result value left at default 0)
pairwise_modes(x, min_overlap = 10)
x |
log-transformed data matrix, where columns are samples and rows are features |
min_overlap |
minimum number of rows that have a finite foldchange for any given combination of columns (otherwise, mode foldchange is not computed) |
a matrix of ncol*ncol pairwise foldchange-modes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.