SBRG / pymodulon

Python package for analyzing and visualizing iModulons
MIT License
11 stars 13 forks source link

Make a __repr__ function for the IcaData object #61

Open avsastry opened 3 years ago

avsastry commented 3 years ago

This could contain the number of genes, samples, and iModulons in the object

sapoudel commented 3 years ago

There is good example in cobrapy. Might be able to copy paste a lot of it.