-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rfu_residues_sd error #348
Comments
Hi, thanks for opening the issue Normally you do have sd values, they are calculated from the sd values associated with the d-uptake values ('uptake_sd'), That typically happens in the Depending on how you've created the Hope that helps! Please reach out if you have additional issues |
Thanks so much for your response. I've got a patchwork conversion script for starting from HDExaminer outputs and I had used "rfu sd" instead of "rfu_sd". It is working now. Related to coming from HDExaminer data (and I can open a separate issue for that topic if that would be more appropriate), pyHDX currently does not allow duplicate measurements when creating the HDXMeasurement object. As far as I can tell, having replicates isn't an issue for any of the downstream calculations, but I wondered if you had thoughts on that. I was able to make some simple modifications to models.py so that I can leave replicates in my data and not have to replicate average it first (basically just data.reset_index() in the init() function and add "index" as a column where you are sorting or pivoting on the columns) Thanks again |
Yes, let discuss on #349 |
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!
The text was updated successfully, but these errors were encountered: