Skip to content

Commit

Permalink
updt badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 13, 2023
1 parent 7c9bf77 commit 77cb263
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ knitr::opts_chunk$set(
## Overview

CimpleG, an R package to find (small) CpG signatures.
`r badger::badge_github_actions("CostaLab/CimpleG","R-CMD-check.yaml")`

[![R-CMD-check](https://github.com/CostaLab/CimpleG/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CostaLab/CimpleG/actions/workflows/R-CMD-check.yaml)
`r badger::badge_devel("CostaLab/CimpleG", "green")`
`r badger::badge_doi("10.1186/s13059-023-03000-0", "blue")`

Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

## Overview

CimpleG, an R package to find (small) CpG signatures. [![R build
status](https://github.com/CostaLab/CimpleG/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CostaLab/CimpleG/actions)
CimpleG, an R package to find (small) CpG signatures.

[![R-CMD-check](https://github.com/CostaLab/CimpleG/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/CostaLab/CimpleG/actions/workflows/R-CMD-check.yaml)
[![](https://img.shields.io/badge/devel%20version-0.0.5.9024-green.svg)](https://github.com/CostaLab/CimpleG)
[![](https://img.shields.io/badge/doi-10.1186/s13059--023--03000--0-blue.svg)](https://doi.org/10.1186/s13059-023-03000-0)

Expand Down Expand Up @@ -185,10 +186,10 @@ cimpleg_hyper <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.418 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.431 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.497 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.509 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.664 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.524 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.639 sec elapsed

deconv_hyper <- run_deconvolution(
cpg_obj = cimpleg_hyper,
Expand All @@ -211,10 +212,10 @@ cimpleg_3sigs <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.638 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.41 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.429 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.422 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.62 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.424 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.428 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.434 sec elapsed

deconv_3sigs <- run_deconvolution(
cpg_obj = cimpleg_3sigs,
Expand Down

0 comments on commit 77cb263

Please sign in to comment.