A version-controlled history of your scientific beliefs and evidence.
import sciforge as sf h = sf.hypotest.declare( "Drug X reduces IL-6..." ) h.link_experiment("exp_042") h.test( p_value=0.028, effect_size=0.52, n=48 ) print(h.status) # SUPPORTED