This database is a curation of 7 transcriptomics datasets comparing the gene expression in severe COVID-19 and mild COVID-19 subjects. Each database contains raw count data and a processed file, where the raw count data may be visualised with the box and strip plots in the app. The processed files contain p-value (t-test), adjusted p-value (BH step-up procedure), ratio, and fold-change data between severe COVID-19 and mild COVID-19, or severe COVID-19 and healthy subjects. The transcriptomics data may be found in the counts and anova folders respectively.
Dataset compares the gene expression differences between 14 severe COVID-19, 18 mild COVID-19, and 6 healthy subjects. This dataset may be found at GSE155454.
Dataset compares the gene expression differences between 15 severe COVID-19, 63 mild COVID-19, and 27 healthy subjects. This dataset may be found at Bibert 2021.
Dataset compares the gene expression differences between 6 severe COVID-19, 10 mild COVID-19, and 19 healthy subjects. This dataset may be found at GSE161731.
Dataset compares the gene expression differences between 50 severe COVID-19 and 50 mild COVID-19 subjects. This dataset may be found at GSE157103.
Dataset compares the gene expression differences between 4 severe COVID-19, 12 mild COVID-19, and 17 healthy subjects. This dataset may be found at GSE152418.
Dataset compares the gene expression differences between 46 severe COVID-19 and 23 mild COVID-19 subjects. This dataset may be found at GSE172114.
Dataset compares the gene expression differences between 5 severe COVID-19 and 5 mild COVID-19 subjects. This dataset may be found at GSE164805.
Database app website instance is accessible at https://share.streamlit.io/kuanrongchan/covid19-severity/main/app.py
Users can modify the codes to launch the app on your computer by doing these steps:
- Download this repository by clicking on the green code button and downloading the zip file.
- In the command-line interface (command prompt on Windows, Terminal on MacOS/Linux), navigate to the directory the file is located at and install its dependencies as shown below.
cd path/to/file pip install -r requirements.txt streamlit run app.py
To use the app:
- Select a database to query
- Search for your gene of interest using the filters indicated in the dataframe headers.
- Tick the checkbox next to the gene of interest. Note that only one gene can be selected at a time for graph plotting.
- Box and strip plots of the selected gene of interest in the dataset will be plotted. Mouse over the various plots for more in-depth statistics of each group.