You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import from driven.data_sets.expression_profile (see below) it work but I don't know if it generates the expected output? from driven.data_sets.expression_profile import ExpressionProfile
from driven import ExpressionProfile
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name ExpressionProfile
Got the same thing in both python 2.7 and 3.5.3
is there any alternative to load expression data without
ExpressionProfile
?The text was updated successfully, but these errors were encountered: