Git Product home page Git Product logo

Comments (13)

FabRiols avatar FabRiols commented on August 30, 2024 1

Yes the sheet was named M1. I finally found the error, ISTDs were not assigned as such in the ISOcorrectlist (forgot the "d" before the compound name). Works great now. Thanks!

from sla.

syjgino avatar syjgino commented on August 30, 2024

from sla.

FabRiols avatar FabRiols commented on August 30, 2024

from sla.

syjgino avatar syjgino commented on August 30, 2024

from sla.

FabRiols avatar FabRiols commented on August 30, 2024

I've tested the analysis of the 3 methods and it works with the SLA, that's so great!
Just one issue, the output_merge.xlsx file does not contain the results of the method 03. I've taken a look at your code and indeed it seems that the method 03 was not implemented in the "merge m1 m2 m3 dataframes" section.
Would it be please possible to get a new version of the SLA with the m3 merging?
Thank you so much :)
Best,
Fabien

from sla.

FabRiols avatar FabRiols commented on August 30, 2024

Also, the isotope correction for method 03 doesn't work. Indeed the SLA doesn't read the sheat 'M3' as you can see below:
"

read iso correction dict

if variable_iso.get() == 'Yes':
    iso_dict = {'1': pd.read_excel(iso_dict_loc.get('1.0', 'end-1c'),
                                   sheet_name='M1', header=0, index_col=None, na_values='.'),
                '2': pd.read_excel(iso_dict_loc.get('1.0', 'end-1c'),
                                   sheet_name='M2', header=0, index_col=None, na_values='.')}

##reading mzml loop start
"

from sla.

syjgino avatar syjgino commented on August 30, 2024

from sla.

FabRiols avatar FabRiols commented on August 30, 2024

Hi Gino,

Thank you for all the explanation.
I've generated the method 3 files as "method 3" so according to your code I guess I cannot apply them as method 01 as I cannot modify file names within mzml data files.
So I'm really looking forward to this source code update.
Thanks a lot.

from sla.

syjgino avatar syjgino commented on August 30, 2024

from sla.

FabRiols avatar FabRiols commented on August 30, 2024

I can see in SRC that the file was updated, thank you, but I don't know how to use it - I never used Python before: isn't necessary to generate a new version of the SLA?

from sla.

syjgino avatar syjgino commented on August 30, 2024

from sla.

FabRiols avatar FabRiols commented on August 30, 2024

I did as you said and it works, but without isotope correction. It seems then that there is an issue in my ISOcorrectlist_V3_3.0 file and the software stops at line 137 in isoadjv2.
I've built the sheet as the others and according to your SOP so I don't know where is the problem.

from sla.

syjgino avatar syjgino commented on August 30, 2024

from sla.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.