Closed conor-mckay98 closed 3 years ago
Yes, there is a writeArray function that you can use for that.
Okay thanks. How would I write that? I am using a protein called NSP12, and to show the cross correlations I have written showCrossCorr(NSP12_anm)
I think the follow should work
cross_corr_matrix = calcCrossCorr(NSP12_anm)
writeArray('NSP12_anm_cross_corr_matrix', cross_corr_matrix)
It returned an error --------------------------------------------------------------------------- NameError Traceback (most recent call last)
I just gave you two commands. The first should define it. Did that not work?
My bad! it has worked. I only typed the second command
Great!
Hi,
I am trying to export a cross-correlations map for a protein which has 2000 residues. Due to the size of the protein i dont want to screenshot the cross- correlation graph as the resolution will not be high enough to distinguish the individual residues. Is it possible to export write out a file from jupyter notebook giving the cross-correlation map?
Thank you for your help.