Skip to content

Commit

Permalink
naming bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ococrook committed May 15, 2024
1 parent 524a22a commit a4b469e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/Rex-differential.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ processTREuncertainty <- function(HdxData,
qlong <- params@chains@chains[[whichChain]]@qlong[, i]
dlong <- params@chains@chains[[whichChain]]@dlong[, i]


names(blong) <- names(pilong) <- names(qlong) <- names(dlong) <- Residues

err <- error_prediction(
res = HdxData,
blong = blong,
Expand Down

0 comments on commit a4b469e

Please sign in to comment.