Skip to content

Commit

Permalink
updt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 13, 2023
1 parent dd536ef commit 5449bf1
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 30 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Type: Package
Package: CimpleG
Title: CimpleG - Individual/Single CpG sites For Classification and
Deconvolution
Version: 0.0.5.9023
Date: 2023-12-12
Version: 0.0.5.9024
Date: 2023-12-13
Authors@R:
person("Tiago", "F.V. Maié", , "[email protected]", role = c("aut", "cre"))
Maintainer: Tiago Maié <[email protected]>
Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ knitr::opts_chunk$set(

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

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

## Installation
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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)
[![](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)

## Installation
Expand Down Expand Up @@ -186,10 +187,10 @@ cimpleg_hyper <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.448 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.518 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.571 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.689 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.407 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.55 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.373 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.514 sec elapsed

deconv_hyper <- run_deconvolution(
cpg_obj = cimpleg_hyper,
Expand All @@ -212,10 +213,10 @@ cimpleg_3sigs <- CimpleG(
"fibroblasts"
)
)
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.67 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.433 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.452 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.433 sec elapsed
#> Training for target 'neurons' with 'CimpleG' has finished.: 0.611 sec elapsed
#> Training for target 'glia' with 'CimpleG' has finished.: 0.614 sec elapsed
#> Training for target 'blood_cells' with 'CimpleG' has finished.: 0.703 sec elapsed
#> Training for target 'fibroblasts' with 'CimpleG' has finished.: 0.431 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.

20 changes: 10 additions & 10 deletions docs/index.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/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
generate-signatures: generate-signatures.html
save_load_objects: save_load_objects.html
last_built: 2023-12-12T15:12Z
last_built: 2023-12-13T11:14Z
urls:
reference: https://costalab.github.io/CimpleG/reference
article: https://costalab.github.io/CimpleG/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.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/search.json

Large diffs are not rendered by default.

0 comments on commit 5449bf1

Please sign in to comment.