-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev #28
Dev #28
Conversation
@micahpf @gktharp1 drawing your attention to this as it changes how the heatmap function works a little. It now just expects a matrix of input values (not necessarily a DESeq object) so this is more generalized for other datatypes. It also pulls the baseline subtraction component out of the heatmap function into Example of normalized by individual I kept the baseline samples in to be demonstrative, but they can be omitted from the return of See the previous output here, where it could only be normalized by group. This is still possible using just the |
You don't have to review this (you can if you'd like). I'll push to main at the end of the week |
generalize PCA, add some new normalization methods for heatmaps