Introduction
This site provides supplementary information to help enable reproduction and independent exploration of the statistical analyses reported in Bizior et al. (2026).
The pages in the Analyses section describe regression modelling for the manuscript “A bacterial Rhesus transporter retunes a structurally conserved ammonium pore into a reversible nitrogen valve” by Bizior et al. We analyse this data to establish evidence in support of answers to the following key questions:
- Whether the two
WTcontrol datasets from solvent-exchange and variant comparison can be pooled. - Whether, in the
H2Ocondition, there are effects on maximum amplitude or decay rate constant due to changes in lipid-protein ratio or theD162Aamino acid substitution. - Whether there are effects on maximum amplitude or decay rate constant due to
H170amino acid substitutions.
Getting Started
The analysis is presented across five pages that can be accessed via the Analyses menu or the links below:
Datasets
The underlying data for these analyses can be downloaded from the link below
The datasets are presented in Table 1.
Show the code
# Use helper script to load dataframes
source("assets/r/load_dataframes.R")
dfms <- load_dataframes()
# Show interactive tables of data
DT::datatable(dfms$dfm_wt_amp, options=list(pageLength=5))
DT::datatable(dfms$dfm_wt_k, options=list(pageLength=5))
DT::datatable(dfms$dfm_fig2_amp, options=list(pageLength=5))
DT::datatable(dfms$dfm_fig2_k, options=list(pageLength=5))
DT::datatable(dfms$dfm_fig3_amp, options=list(pageLength=5))
DT::datatable(dfms$dfm_fig3_k, options=list(pageLength=5))
DT::datatable(dfms$dfm_fig5_amp, options=list(pageLength=5))
DT::datatable(dfms$dfm_fig5_k, options=list(pageLength=5))Reporting Problems Or Making Suggestions
Please report any issues, problems, or suggested enhancements at the issues page