Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heatmap.R gives an error in case of a single-feature comparison #32

Open
dariarom94 opened this issue Jan 27, 2025 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@dariarom94
Copy link

Simple fix:
lines 73-74:
lfc_df <- lfc_df[feature_list, ,drop = FALSE]
adjp_df <- adjp_df[feature_list, ,drop = FALSE]

Not the most popular use case, but it might be useful to someone except me :)

@sreichl
Copy link
Collaborator

sreichl commented Jan 27, 2025

Ai karamba yes, good catch, thanks!

@sreichl sreichl self-assigned this Jan 27, 2025
@sreichl sreichl added the bug Something isn't working label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants