Skip to content

Commit

Permalink
add python input, fix continuous colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanc17 committed Jul 10, 2023
1 parent d4ba231 commit 65ffb51
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 323 deletions.
Loading

3 comments on commit 65ffb51

@katosh
Copy link

@katosh katosh commented on 65ffb51 Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jordance71 How come using integers is necessary here? Aren't log-fold-changes continuous values?

@jordanc17
Copy link
Contributor Author

@jordanc17 jordanc17 commented on 65ffb51 Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@katosh they are continuous values, I was getting an error while trying to fix the continuous color plotting because np.ptp was returning an integer? I've reverted this change and it's working, i'm not able to reproduce the error anymore.

@katosh
Copy link

@katosh katosh commented on 65ffb51 Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, tanks!

Please sign in to comment.