Skip to content

cluster_transcripts = FALSE still cluster rows in plot_transcript_heatmap #208

@bruvellu

Description

@bruvellu

If I pass cluster_transcripts = FALSE to the plot_transcript_heatmap, the transcripts are still clustered because the default in pheatmap is cluster_rows = TRUE.

This can be fixed by explicitly calling cluster_rows = FALSE after the line below:

sleuth/R/plots.R

Line 1085 in 24ca285

cluster_cols = TRUE,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions