Skip to content

Commit

Permalink
docs: Add documentation badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Dec 30, 2020
1 parent 0438d5d commit 36aaae2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ devtools::load_all()


<!-- badges: start -->
[![R build
status](https://github.com/jvfe/go2cell/workflows/R-CMD-check/badge.svg)](https://github.com/jvfe/go2cell/actions)
[![R build status](https://github.com/jvfe/go2cell/workflows/R-CMD-check/badge.svg)](https://github.com/jvfe/go2cell/actions)
[![docs](https://github.com/jvfe/go2cell/workflows/pkgdown/badge.svg)](https://jvfe.github.io/go2cell/index.html)
<!-- badges: end -->

By using [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page), go2cell links Gene Ontology terms to cell types, therefore enriching Omics results with open semantic knowledge.
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

[![R build
status](https://github.com/jvfe/go2cell/workflows/R-CMD-check/badge.svg)](https://github.com/jvfe/go2cell/actions)
[![docs](https://github.com/jvfe/go2cell/workflows/pkgdown/badge.svg)](https://jvfe.github.io/go2cell/index.html)
<!-- badges: end -->

By using [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page),
Expand Down Expand Up @@ -35,11 +36,11 @@ go_ids <- c("GO:0006936", "GO:0009100")
results <- go2cell(go_ids)
```

| cell\_type | cell\_typeLabel | go\_ids | go\_termLabel | geneLabel |
| :------------ | :----------------------- | :----------- | :----------------- | :-------- |
| wd:Q101404903 | human myocyte | <GO:0006936> | muscle contraction | ACTN2 |
| wd:Q101405077 | human cardiomyocyte | <GO:0006936> | muscle contraction | ACTN2 |
| wd:Q101404901 | human smooth muscle cell | <GO:0006936> | muscle contraction | DES |
| wd:Q101404903 | human myocyte | <GO:0006936> | muscle contraction | DES |
| wd:Q101404909 | human sertoli cell | <GO:0006936> | muscle contraction | DES |
| wd:Q101404940 | human myoblast | <GO:0006936> | muscle contraction | DES |
| cell\_type | cell\_typeLabel | go\_ids | go\_termLabel | geneLabel |
| :------------ | :------------------ | :----------- | :----------------- | :-------- |
| wd:Q101404903 | human myocyte | <GO:0006936> | muscle contraction | ANKRD2 |
| wd:Q101404861 | human fibroblast | <GO:0006936> | muscle contraction | TBX20 |
| wd:Q101405077 | human cardiomyocyte | <GO:0006936> | muscle contraction | TBX20 |
| wd:Q101405077 | human cardiomyocyte | <GO:0006936> | muscle contraction | CKMT2 |
| wd:Q101405077 | human cardiomyocyte | <GO:0006936> | muscle contraction | MYBPC3 |
| wd:Q101404903 | human myocyte | <GO:0006936> | muscle contraction | MYH1 |

0 comments on commit 36aaae2

Please sign in to comment.