-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
I have generated an HDX Measurement object from my data. (Naively) Looking at the code it seems like there should be both a .rfu_residues field and .rfu_residues_sd field for this object, but trying to access hdxm.rfu_residues_sd generates an error (summarized below). The rfu_residues values are generated and are sensible. Is there a way to generate the error bars on the rfu_residues values?
Thanks for your work on this repository!
:
:
File ~/.local/lib/python3.10/site-packages/pyhdx/models.py:625, in HDXTimepoint.rfu_residues_sd(self)
[621](pyhdx/models.py:621) @property
[622](pyhdx/models.py:622) def rfu_residues_sd(self) -> pd.Series:
[623](pyhdx/models.py:623) """Error propagated standard deviations of RFU per residue."""
--> [625](pyhdx/models.py:625) return self.propagate_errors("rfu_sd")
:
:
KeyError: 'rfu_sd'
Metadata
Metadata
Assignees
Labels
No labels