PyHDX icon indicating copy to clipboard operation
PyHDX copied to clipboard

Derive ΔG for single residues from HDX-MS data

Results 62 PyHDX issues
Sort by recently updated
recently updated
newest added

Allow peptides to be deferentially weighted in fits

enhancement

Users need to receive more goodness of fit feedback for the D-uptake fit: - [ ] Loss / regualizer loss - [ ] N epochs - [ ] Overall MSE...

enhancement

In some use cases users want to include only peptides common to all HDX measurements. Ideally, a new `HDXMeasurementSet` could be created from an existing one, where only intersecting peptides...

enhancement
GUI

Large refactoring of how data is loaded into the `HDXMeasurement` object. - Removed the `PeptideMasterTable` object in favor of a functional approach with functions `filter_peptides`, `apply_control` and `correct_d_uptake` - Updated...

When selecting measurement with a different sequence length, (n_term) / c_term should update

To account for purification tags, sometimes the residue number needs to be offset This would require adding a 'residue_offset' field to PeptideInput controller; as well as the .yaml HDX measurement...

enhancement
GUI

In web/views.py:486: new_df[self.err_neg] = ...

Loss information for every epoch makes the files very big and is unnecessary. Probably should be downsampled before export

enhancement
GUI

``` 'utf-8', b'PK\x03\x04\x14\x00\x00\x00\x00\x00`j\x88T\t\xbe\x98\x13\x7f\x1f\x00\x00\x7f\x1f\x00\x00!\x00\x00\x00comparison_1_SctW_WT_Kinetics.pmlset_c File "C:\Users\jhs\Miniconda3\envs\py38_pyhdx_deploy\lib\site-packages\panel\param.py", line 449, in link_widget self.object.param.set_param(**{p_name: change.new}) File "C:\Users\jhs\Miniconda3\envs\py38_pyhdx_deploy\lib\site-packages\param\parameterized.py", line 1904, in set_param return self_.update(kwargs) File "C:\Users\jhs\Miniconda3\envs\py38_pyhdx_deploy\lib\site-packages\param\parameterized.py", line 1877, in update self_._batch_call_watchers() File "C:\Users\jhs\Miniconda3\envs\py38_pyhdx_deploy\lib\site-packages\param\parameterized.py", line 2038,...

bug
GUI