Skip to content

Commit b15d0cc

Browse files
mikemartinez99github-actions[bot]
authored andcommitted
chore: update modality counts in README
1 parent 3e8a137 commit b15d0cc

File tree

1 file changed

+62
-1
lines changed

1 file changed

+62
-1
lines changed

README.md

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,66 @@ The **GDSC** aims to facilitate advanced bioinformatic, computational, and stati
115115

116116
<!-- START: modality-counts -->
117117

118-
### Modality counts
118+
### Modality Distribution
119+
120+
<p align="center">
121+
<svg width="600" height="253" xmlns="http://www.w3.org/2000/svg">
122+
<style>
123+
.legend-text {
124+
font: 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
125+
fill: #24292f;
126+
}
127+
.legend-percent {
128+
font: 12px -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
129+
fill: #656d76;
130+
font-weight: 600;
131+
}
132+
</style>
133+
<g id="bar">
134+
<rect x="0.00" y="0" width="184.62" height="8" fill="#e34c26"><title>Bulk-Transcriptomics: 4 (30.8%)</title></rect>
135+
<rect x="184.62" y="0" width="92.31" height="8" fill="#384d54"><title>Workflow development: 2 (15.4%)</title></rect>
136+
<rect x="276.92" y="0" width="46.15" height="8" fill="#f1e05a"><title>10x Multiome: 1 (7.7%)</title></rect>
137+
<rect x="323.08" y="0" width="46.15" height="8" fill="#4F5D95"><title>10x Visium: 1 (7.7%)</title></rect>
138+
<rect x="369.23" y="0" width="46.15" height="8" fill="#DA5B0B"><title>10x Xenium: 1 (7.7%)</title></rect>
139+
<rect x="415.38" y="0" width="46.15" height="8" fill="#cccccc"><title>Epigenetics: 1 (7.7%)</title></rect>
140+
<rect x="461.54" y="0" width="46.15" height="8" fill="#701516"><title>Metagenomics: 1 (7.7%)</title></rect>
141+
<rect x="507.69" y="0" width="46.15" height="8" fill="#b07219"><title>ResolveOME: 1 (7.7%)</title></rect>
142+
<rect x="553.85" y="0" width="46.15" height="8" fill="#3572A5"><title>scRNA-Seq: 1 (7.7%)</title></rect>
143+
</g>
144+
<g id="legend">
145+
<circle cx="6" cy="28" r="5" fill="#e34c26"/>
146+
<text x="18" y="32" class="legend-text">Bulk-Transcriptomics</text>
147+
<text x="590" y="32" class="legend-percent" text-anchor="end">30.8% (4)</text>
148+
<circle cx="6" cy="53" r="5" fill="#384d54"/>
149+
<text x="18" y="57" class="legend-text">Workflow development</text>
150+
<text x="590" y="57" class="legend-percent" text-anchor="end">15.4% (2)</text>
151+
<circle cx="6" cy="78" r="5" fill="#f1e05a"/>
152+
<text x="18" y="82" class="legend-text">10x Multiome</text>
153+
<text x="590" y="82" class="legend-percent" text-anchor="end">7.7% (1)</text>
154+
<circle cx="6" cy="103" r="5" fill="#4F5D95"/>
155+
<text x="18" y="107" class="legend-text">10x Visium</text>
156+
<text x="590" y="107" class="legend-percent" text-anchor="end">7.7% (1)</text>
157+
<circle cx="6" cy="128" r="5" fill="#DA5B0B"/>
158+
<text x="18" y="132" class="legend-text">10x Xenium</text>
159+
<text x="590" y="132" class="legend-percent" text-anchor="end">7.7% (1)</text>
160+
<circle cx="6" cy="153" r="5" fill="#cccccc"/>
161+
<text x="18" y="157" class="legend-text">Epigenetics</text>
162+
<text x="590" y="157" class="legend-percent" text-anchor="end">7.7% (1)</text>
163+
<circle cx="6" cy="178" r="5" fill="#701516"/>
164+
<text x="18" y="182" class="legend-text">Metagenomics</text>
165+
<text x="590" y="182" class="legend-percent" text-anchor="end">7.7% (1)</text>
166+
<circle cx="6" cy="203" r="5" fill="#b07219"/>
167+
<text x="18" y="207" class="legend-text">ResolveOME</text>
168+
<text x="590" y="207" class="legend-percent" text-anchor="end">7.7% (1)</text>
169+
<circle cx="6" cy="228" r="5" fill="#3572A5"/>
170+
<text x="18" y="232" class="legend-text">scRNA-Seq</text>
171+
<text x="590" y="232" class="legend-percent" text-anchor="end">7.7% (1)</text>
172+
</g>
173+
</svg>
174+
</p>
175+
176+
<details>
177+
<summary>View as table</summary>
119178

120179
| Modality | Count |
121180
|----------|-------|
@@ -129,6 +188,8 @@ The **GDSC** aims to facilitate advanced bioinformatic, computational, and stati
129188
| ResolveOME | 1 |
130189
| scRNA-Seq | 1 |
131190

191+
</details>
192+
132193
<!-- END: modality-counts -->
133194

134195

0 commit comments

Comments
 (0)