New package tidyHeatmap - any feedback?

Hello,

I would like to get some feedback on a new tidy wrapper package I have created (minimum viable product).

tidyHeatmap::pasilla %>%
    group_by(location) %>%
    heatmap(
        .horizontal = sample,
        .vertical = symbol,
        .abundance = `count normalised adjusted`,
        annotation = c(condition, type),
        log_transform = T
    )

image

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.