Skip to content

Commit

Permalink
updt docs and pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomaie committed Dec 12, 2023
1 parent e356d12 commit dd536ef
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 32 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.9003
Date: 2023-12-11
Version: 0.0.5.9023
Date: 2023-12-12
Authors@R:
person("Tiago", "F.V. Maié", , "[email protected]", role = c("aut", "cre"))
Maintainer: Tiago Maié <[email protected]>
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ cimpleg_hyper <- CimpleG(
"fibroblasts"
)
)
#> 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
#> 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

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.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
#> 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

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.

21 changes: 11 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-11T17:36Z
last_built: 2023-12-12T15:12Z
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.

10 changes: 7 additions & 3 deletions docs/reference/predict.CimpleG.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 dd536ef

Please sign in to comment.