Skip to content

Commit c595478

Browse files
committed
Correct spelling typo
1 parent 15fc452 commit c595478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bravue",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/table/EqtlTableDescription.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<li><strong>phenotype_id:</strong> gene identifier affected by eQTL</li>
1919
<li><strong>variant_id:</strong> genetic variant, in format <code>{chromosome}_{position}_{ref}_{alt}</code></li>
2020
<li><strong>pip:</strong> SuSiE posterior inclusion probability. Essentially, the probability the variant is a causal one for this eQTL signal</li>
21-
<li><strong>cs_id:</strong> Credible set identfier within a tissue and phenotype. The cs_id together with the tissue and phenotype_id (Ensembl id) uniquely identify a credible set. A credible set containing more than one genetic variant will have multiple records.</li>
21+
<li><strong>cs_id:</strong> Credible set identifier within a tissue and phenotype. The cs_id together with the tissue and phenotype_id (Ensembl id) uniquely identify a credible set. A credible set containing more than one genetic variant will have multiple records.</li>
2222
</ul>
2323

2424
<h5 id="references">References</h5>

0 commit comments

Comments
 (0)