Beispiel #1
0
def test_one_count():

    r = crystal.one_cluster(formula, cluster[0], covs, "age")
Beispiel #2
0
def test_one_count():

    r = crystal.one_cluster(formula, cluster[0], covs, "age")
Beispiel #3
0
def test_one():
    formula = "methylation ~ ko + Eos"
    covs, cluster = crystal.utils.real_count_cluster()
    r = crystal.one_cluster(formula, cluster[0], covs, "ko")
    for k in ('p', 't', 'covar', 'coef'):
        assert k in r, r
Beispiel #4
0
def test_one():
    formula = "methylation ~ ko + Eos"
    covs, cluster = crystal.utils.real_count_cluster()
    r = crystal.one_cluster(formula, cluster[0], covs, "ko")
    for k in ('p', 't', 'covar', 'coef'):
        assert k in r, r