In [59]:
-
In [60]:
m, s, b = make_artificial_dataset(motif_length=6, n_motives=1, n_sequences=10, p=1, sequence_length=12)
print
for i in s:
print i[1]
print
print b
In [50]:
pwms = get_pwms(num=1, length=3, exp=1.1)
In [47]:
print pwms[0].sum(axis=0)
In [41]:
x = np.random.random_sample((2, 3))
print x
In [ ]: