ComplexHeatmap-reference icon indicating copy to clipboard operation
ComplexHeatmap-reference copied to clipboard

Documentation of ComplexHeatmap package

Results 1 ComplexHeatmap-reference issues
Sort by recently updated
recently updated
newest added

In https://jokergoo.github.io/ComplexHeatmap-reference/book/more-examples.html#visualize-cell-heterogeneity-from-single-cell-rnaseq in the function `get_correlated_variable_genes`: ```R get_correlated_variable_genes = function(mat, n = nrow(mat), cor_cutoff = 0, n_cutoff = 0) { ind = order(apply(mat, 1, function(x) { q = quantile(x, c(0.1,...