Skip to content

Commit

Permalink
updt readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 12, 2023
1 parent 6d13e85 commit e356d12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(

## Overview

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

`r badger::badge_github_actions()`
`r badger::badge_doi("10.1186/s13059-023-03000-0", "blue")`
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Overview

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

[![R build
status](https://github.com/CostaLab/CimpleG/workflows/R-CMD-check/badge.svg)](https://github.com/CostaLab/CimpleG/actions)
Expand Down Expand Up @@ -186,10 +186,10 @@ cimpleg_hyper <- CimpleG(
"fibroblasts"
)
)
#> 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
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.433 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.501 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.543 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.67 sec elapsed

deconv_hyper <- run_deconvolution(
cpg_obj = cimpleg_hyper,
Expand All @@ -212,10 +212,10 @@ cimpleg_3sigs <- CimpleG(
"fibroblasts"
)
)
#> 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
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.622 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.419 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.443 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 e356d12

Please sign in to comment.