Biobanques / ebiobanques

ebiobanques is a web-application to manage a datawarehouse of biological samples from multiples biobanks
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Clean confused or inappropriate datas on biobank datas #53

Closed mpenicaud closed 8 years ago

mpenicaud commented 8 years ago

confused datas in collection_name and collection_id fields : most of time duplicated data, sometimes one is just truncate of the other, sometimes completely inappropriate data. After that harmonize with different views

nmalservet commented 8 years ago

collection_id = internal id of the collection into the biobank ( example collec32, tumors, etc.) Must be understandable by the biobank publishing the samples collection_name = explicit name for external usages. (example : brain tumor collection, etc.) Must be understandable by the researchers to know on which thematics fields the biobank works.

Todo : add explanation on fields updatable into the admin page of biobank and into the "mybiobank" module

nmalservet commented 8 years ago

Better : make the reference with collection_id and collection name with Miabis ( copy the definition and link to miabis)

nmalservet commented 8 years ago

https://github.com/MIABIS/miabis/wiki/Data-describing-Sample-Collection

nmalservet commented 8 years ago

Perfect. Nice job.