data(phylo.qSIP,GC_content)
# \donttest{
### BD shift (Z) & atom excess (A)
atomX = qSIP_atom_excess_MAGs(phylo.qSIP,
control_expr='Isotope=="12C"',
treatment_rep='Replicate', Gi = GC_content)
### Add doParallel::registerDoParallel(num_cores) if parallel bootstrapping is to be done
df_atomX_boot = qSIP_bootstrap_fcr(atomX, isotope = "13C", Gi = GC_content,
n_boot=5, parallel = FALSE)
# }
Run the code above in your browser using DataLab