hubmapconsortium / ingest-ui

HuBMAP Data Ingest Portal
https://ingest.hubmapconsortium.org
MIT License
4 stars 0 forks source link

Sample: Switch organ list to show only a single lymph node entry #364

Closed shirey closed 3 years ago

shirey commented 3 years ago

Remove the LY01, LY02, ....LYXX entries and add a single entry for LY - Lymph Node.

davism84 commented 3 years ago

added to constants

export const ORGAN_TYPES = { AO: "Aorta", BL: "Bladder", BD: "Blood", BM: "Bone Marrow", BR: "Brain", LB: "Bronchus (Left)", RB: "Bronchus (Right)", LE: "Eye (Left)", RE: "Eye (Right)", LF: "Fallopian Tube (Left)", RF: "Fallopian Tube (Right)", HT: "Heart", LK: "Kidney (Left)", RK: "Kidney (Right)", LI: "Large Intestine", LV: "Liver", LL: "Lung (Left)", RL: "Lung (Right)", LY: "Lymph Node", LO: "Ovary (Left)", RO: "Ovary (Right)", PA: "Pancreas", PL: "Placenta", SI: "Small Intestine", SK: "Skin", SP: "Spleen", ST: "Sternum", TH: "Thymus", TR: "Trachea", UR: "Ureter", UT: "Uterus", OT: "Other" };