Exported dataframes with r_numbers should have sequence information in them
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 32
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
When dataframe with fit results are generated, sequence information should be added as well.
This makes reading and aligning/checking data in further postprocessing steps easier.
For global fitting, that should happen at [this](https://github.com/Jhsmit/PyHDX/blob/12fc2b5f67200885706226823bd8e1f46e3b5db1/pyhdx/panel/controllers.py#L652) line.
Sequence information is available on the `Protein` object (KineticsSeries.Coverage.Protein)
Contributor guide
Assessment
This issue has not been assessed yet.