We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I just downloaded the Recon files from https://www.vmh.life/files/reconstructions/Recon/3D.01/Recon3D_301.zip and opened Recon3D_301.mat in python with scipy.io. However, I have some questions when looking at what I suppose is the metabolite to reaction matrix:
>>> recon[0] <8399x13543 sparse matrix of type '<class 'numpy.float64'>' with 56791 stored elements in Compressed Sparse Column format> >>> recon[0].A.sum() 82300.55691464 >>> recon[0].A array([[-1., 1., 0., ..., 0., 0., 0.], [ 1., 0., 0., ..., 0., 0., 0.], [ 0., -1., 0., ..., 0., 0., 0.], ..., [ 0., 0., 0., ..., 0., 0., 0.], [ 0., 0., 0., ..., 4., 4., 4.], [ 0., 0., 0., ..., 0., 0., 0.]]) >>> recon[0].A.min() -18244.0 >>> recon[0].A.max() 77243.0
The questions are as follows:
If someone could point me towards the documentation of this file I would be very glad! Thank you for your time and effort!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I just downloaded the Recon files from https://www.vmh.life/files/reconstructions/Recon/3D.01/Recon3D_301.zip and opened Recon3D_301.mat in python with scipy.io. However, I have some questions when looking at what I suppose is the metabolite to reaction matrix:
The questions are as follows:
If someone could point me towards the documentation of this file I would be very glad!
Thank you for your time and effort!
The text was updated successfully, but these errors were encountered: