Kabilan108 / infoml

Python package for bioinformatics analysis and machine learning.
MIT License
3 stars 0 forks source link

plot.heatmap: Improve Usability #7

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Issue: plot.heatmap: Improve Usability Make the function easier to use, or write a wrapper similar to seaborn.heatmap

Also add input checking

Code:


        kwargs for sns.clustermap
    """

    # TODO: plot.heatmap: Improve Usability
    #   Make the function easier to use, or write a wrapper similar to `seaborn.heatmap`
    #   Also add input checking

    from sklearn.preprocessing import LabelEncoder

    # Check inputs

    ## col_groups and row_groups: each value should be of the same length
    if col_group_names is None:
        col_group_names = []
github-actions[bot] commented 1 year ago

Closed in a0d255c049840ba9e151b09cb0ddb25991f58dc0