Skip to content

rfu_residues_sd error  #348

Description

@tuttlelm

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions