Skip to content

Commit

Permalink
adding back badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 12, 2023
1 parent 14c55b8 commit 6d13e85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ knitr::opts_chunk$set(

CimpleG, an R package to find (simple) CpG signatures.

`r badger::badge_github_actions()`
`r badger::badge_doi("10.1186/s13059-023-03000-0", "blue")`

## Installation

Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

CimpleG, an R package to find (simple) CpG signatures.

[![R build
status](https://github.com/CostaLab/CimpleG/workflows/R-CMD-check/badge.svg)](https://github.com/CostaLab/CimpleG/actions)
[![](https://img.shields.io/badge/doi-10.1186/s13059--023--03000--0-blue.svg)](https://doi.org/10.1186/s13059-023-03000-0)

## Installation

``` r
Expand Down Expand Up @@ -182,10 +186,10 @@ cimpleg_hyper <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.417 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.515 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.369 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.337 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.441 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.504 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.529 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.657 sec elapsed

deconv_hyper <- run_deconvolution(
cpg_obj = cimpleg_hyper,
Expand All @@ -208,10 +212,10 @@ cimpleg_3sigs <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.622 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.596 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.454 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.448 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.623 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.422 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.435 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.433 sec elapsed

deconv_3sigs <- run_deconvolution(
cpg_obj = cimpleg_3sigs,
Expand Down

0 comments on commit 6d13e85

Please sign in to comment.