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
Yes, but requires little customizing. You can subclass Cooler and modify fetch_data method to return the combined matrix.
For example.
class CombinedCool(Cool):
def fetch_data(self, gr1, gr2):
// implement to fetch data from two cooler
jv = JointView(CombindCool(), **sub_frames, space=0, padding_left=0)
Hi! Is it possible to do the joint_center using two different cool file? To show the difference between the 2 contact maps?
The text was updated successfully, but these errors were encountered: