Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 13, 2023
1 parent 68f0011 commit 99c403d
Show file tree
Hide file tree
Showing 22 changed files with 77 additions and 45 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: CimpleG
Title: CimpleG - Individual/Single CpG sites For Classification and
Deconvolution
Version: 0.0.5.9024
Version: 0.0.5.9028
Date: 2023-12-13
Authors@R:
person("Tiago", "F.V. Maié", , "[email protected]", role = c("aut", "cre"))
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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/devel%20version-0.0.5.9028-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)

## Installation
Expand Down Expand Up @@ -218,10 +218,10 @@ cimpleg_hyper <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.34 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.286 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.345 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.307 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.342 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.304 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.352 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.317 sec elapsed

deconv_hyper <- run_deconvolution(
cpg_obj = cimpleg_hyper,
Expand All @@ -244,10 +244,10 @@ cimpleg_3sigs <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.447 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.392 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.451 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.39 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.471 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.39 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.459 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.403 sec elapsed

deconv_3sigs <- run_deconvolution(
cpg_obj = cimpleg_3sigs,
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99c403d

Please sign in to comment.