Skip to content

Commit

Permalink
add index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Lanza committed Aug 7, 2024
0 parents commit ed960e8
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Upset Text Description Example: COVID Dataset</title>
</head>
<body>
<h1>
Visualizing co-occurrence of CoVID 19 Symptoms with UpSet.
</h1>
<p>
This is an UpSet plot that shows
covid cases and their symptoms.
A covid case can have multiple symptoms. The sets are covid symptoms. The items are covid cases. The intersections show how many covid cases have exactly the same symptoms.
&nbsp;The plot shows
intersections of 6 sets. All major intersections involve the set Fatigue, and Cough. The largest intersection is Anosmia, and Fatigue, with 281 elements. Other large intersections also involve Cough, Anosmia, and Fatigue. The intersection of all sets is present with 23 elements.
</p>
<h2>
Dataset Properties
</h2>
<p>
The dataset contains 6 sets and 4340 elements, of which 6 sets are shown in the plot.
</p>
<h2>
Set Properties
</h2>
<p>
The set sizes are diverging a lot, ranging from 148 to 1531. The largest set is Fatigue with 1531 elements, followed by Anosmia with 1051, Cough with 897, Fever with 363, Diarrhea with 350, and Shortness of Breath with 148.
</p>
<h2>
Intersection Properties
</h2>
<p>
The plot is sorted by size in descending order. There are 32 non-empty intersections, all of which are shown in the plot. The largest 5 intersections are Anosmia, and Fatigue (281), Cough, Anosmia, and Fatigue (259), Just Fatigue (198), Cough, and Fatigue (179), and Just Anosmia (140).
</p>
<h2>
Statistical Information
</h2>
<p>
The average intersection size is 55, and the median is 24. The 90th percentile is 179, and the 10th percentile is 7. The largest set, Fatigue, is present in 78.1% of all non-empty intersections. The smallest set, Shortness of Breath, is present in 34.4% of all non-empty intersections.
</p>
<h2>
Trend Analysis
</h2>
<p>
The intersection sizes peak at a value of 281 and then drastically flatten down to 1. An all set intersection is present with a size of 23. The individual set intersections are large in size. The low degree set intersections lie in
the
&nbsp;largest sized intersections. The medium degree set intersections can be seen among small and medium and large sized intersections. Among the medium sized intersections, the high order set intersections are significantly present.
</p>
</body>
</html>

0 comments on commit ed960e8

Please sign in to comment.