-
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
heatmap function #13
Comments
consider clustering of rows / amino acids by default to work out patterns of amino acid groups based on biochemical properties. this can be turned off by the user through the |
the interpretation of the heatmap / dms score needs some revisiting. higher dms score = higher dms fitness. ie lower dms score more likely to be pathogenic. |
Additional modifications to heatmap function:
|
Write test cases for |
Allow user-specified DMS |
|
Color scale (maybe flip)
|
Include reference AA on the x-axis. Following: https://pop.evemodel.org/protein/NP_570602-2 |
Allow side-by-side model prediction + DMS score heatmaps |
Reference for DMS vs prediction heatmaps --> Fig3 in EVE paper: https://www.nature.com/articles/s41586-021-04043-8 |
Convert the
ComplexHeatmap
code to a function in the package. Allow users to select their given assay, and the start and end positions of the protein for plotting.The text was updated successfully, but these errors were encountered: