ProteomicsVisualization
ProteomicsVisualization copied to clipboard
This is a collection of minimal code to visualize various aspects of proteomics data.
With the current file for figure 3 the alphamap figure seems to be lacking some requirement after it installed plotly-4.12.0: ModuleNotFoundError: No module named 'plotly.validators.histogram.marker._pattern'
I tried to generate figure one on my windows PC . First of all it could not find the pyRawFileReader. In the pyRawFileReader.py file line 20 I changed the path...
Hi, julia I send you the errors that I get when running the code fig 4 # first error in this cell of the section Read yeast go annotations downloaded...
The original code may be wrong, According to my test, this is the correct version: ```python def load_thermo_raw( raw_file, most_abundant=1000 ): """ Load a Thermo raw file and extract all...