remicorne / phd

Other
0 stars 1 forks source link

NEW PROJECT - VERIFY new input (.csv .xlsx) / FOLDER RESTRUCTURE / INPUT_DICT.json #53

Closed jjb-hub closed 3 months ago

jjb-hub commented 10 months ago

each project will come with minimum:

  1. a csv (# columns : 'mouse_id' 'group_id' 'compound_regions' ...)
  2. input_dicts.py (see jasmine branch)

df needs to be verified: each project will use some of its own acronyms i.e. DO == DOPAC = 3,4-Dihydroxyphenylacetic acid hence in input_dicts, a dict of compounds and regions exists specifying each this needs to be used to then map on a standard set of nomenclature defined in constants (still working to get acronyms from allensdk)

this then feeds into subselections: ~connect to issue #40 which are defined using the standard acronyms and will need to be saved as JSON to be used for plotting/subsetting ect as I would like to be able to use these sub selectors I need them to work with plotters like correlogram or network or PCA

jjb-hub commented 10 months ago

@remicorne This issue has been broken down into parts: VERIFY function FILE RESTRUCTURING (image attached) INPUT_DICT.JSON - create and implement based on input_dict.py

VERIFY function - check the raw file is consistent with the code:

jjb-hub commented 3 months ago

once remi_new_architecture to main redundant