Function get_heatmap_str

Source
pub fn get_heatmap_str(
    scores: &mut Vec<i32>,
    str: &str,
    group_separator: Option<char>,
)
Expand description

Generate the heatmap vector of string.

See documentation for logic.