paveethranswam / Diet-Nutrition-and-Foods-Recommendation

To deliver high level research in two directions, named statistical analysis of molecular omics data and nature language processing analysis of literature data. Need to develop new mathematical models and computational approaches to integrate the findings from the two data sources. The expected deliverables include (1) new computational model, (2) inference of highly explainable dependencies among biological or biomedical features.
1 stars 1 forks source link

new_metabolite_lib code logic issue #3

Closed needonature closed 1 year ago

needonature commented 1 year ago

first, shoud be if any(x.lower() in names_processed[ii].lower() for x in A_list):

then, for syn, the old code hasn't really checked the existence of any x in A_list

needonature commented 1 year ago

has already merged into dev

but the first merge only update jupyter notebook

needonature commented 1 year ago

create another branch for py code update for solve this issue