ococrook / hdxstats

hdxstats: An R-package for statistical analysis of hydrogen deuterium exchange mass-spectrometry data.
Apache License 2.0
5 stars 2 forks source link

Outstanding issues for HDX streamline features #38

Open broncio123 opened 1 year ago

broncio123 commented 1 year ago

Loose ends (bugs and potential enhancements)

broncio123 commented 1 year ago

@ococrook feel free to edit the list above. I probably forgot I few more we talked about.

ococrook commented 1 year ago

extract_hdx_data fails if there spaces in csv titles, because when R loads them it will replaces spaces with a .. Do we tell people to format their csvs correctly or handle this?

broncio123 commented 1 year ago

Yes, sounds sensible to ask users to at least format their titles with underscores. However, I can add a check to spot those cases to raise an error whenever the number of titles and data cols don't match.