ococrook / RexMS

Residue-level analysis of HDX-MS
https://ococrook.github.io/RexMS/
6 stars 0 forks source link

Peptide Coverage Residue Plot #2

Closed nlgittens closed 2 months ago

nlgittens commented 2 months ago

Is the feature request related to a problem?

More of a cosmetic issue: changing residue fraction to residue number for legibility. CoverageHeatMap function is defining nrow as max(res$End), so I'm not sure why this doesn't work. image

Describe the solution

Multiply xlabels by max(res$End)

ococrook commented 2 months ago

Not an obious solution to make this prettier. Might have to switch to heatmap or pheatmap or ggplot and play around with the aesthetics a bit.

nlgittens commented 2 months ago

I wouldn't worry about it in this case then. We and most people will also have tools for sequence coverage plots, and so what is in the package still works as sanity check to examine coverage post-cleaning. I'll close the issue.