smith-chem-wisc / FlashLFQ

Ultra-fast label-free quantification algorithm for mass-spectrometry proteomics
GNU Lesser General Public License v3.0
19 stars 15 forks source link

Enquiry on where the actual namespace for FlashLFQ exists #124

Closed acquayefrank closed 1 year ago

acquayefrank commented 1 year ago

Hello, I was reading the code for FlashLFQ, and I realized I couldn't find where the actual FlashLFQ namespace was created. Please point me to where I can find the namespace of FlashLFQ. Kind Regards

trishorts commented 1 year ago

Ha. Sorry. A bit of a bait and switch. FlashLFQ here is a bit of a user interface. the actual meat of FlashLFQ is in our MS utility software mzlib. Here is a link to the FlashLFQ code in mzlib: Let me know if you find it okay and if you need any help looking it over. https://github.com/smith-chem-wisc/mzLib/tree/master/mzLib/FlashLFQ

acquayefrank commented 1 year ago

Thank you for the information.