wzkariampuzha commited on
Commit
265205e
1 Parent(s): 35c4b57

explanation-of-terms

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -123,7 +123,16 @@ if disease_or_gard_id:
123
  classify_model_vars)
124
  st.dataframe(df, height=100)
125
  st.markdown(df.columns)
126
- st.markdown("")
 
 
 
 
 
 
 
 
 
127
  csv = convert_df(df)
128
  st.download_button(
129
  label="Download epidemiology results for "+disease_or_gard_id+" as CSV",
 
123
  classify_model_vars)
124
  st.dataframe(df, height=100)
125
  st.markdown(df.columns)
126
+ st.markdown('''Entity Types:
127
+ - IDS: Rare disease terms or synonyms identified in the abstract from the GARD Dictionary
128
+ - DIS: Rare disease terms or synonyms identified in the abstract from the GARD Dictionary
129
+ - EPI: Epidemiology Types are the metrics used to estimate disease burden such as "incidence", "prevalence rate", or "occurrence"
130
+ - STAT: Epidemiology Rates describe how many people are afflicted by a disease.
131
+ - DATE: The dates when the epidemiologic studies were conducted
132
+ - LOC: Where the epidemiologic studies were conducted.
133
+ - SEX: The biological sexes mentioned in the abstract. Useful for diseases that disproportionately affect one sex over the other or may provide context to composition of the study population
134
+ - ETHN: Ethnicities, races, and nationalities of those represented in the epidemiologic study.
135
+ ''')
136
  csv = convert_df(df)
137
  st.download_button(
138
  label="Download epidemiology results for "+disease_or_gard_id+" as CSV",