Skip to content

Commit 3a5e220

Browse files
committed
Update pkgdown site and mrtree dependency
1 parent 3550575 commit 3a5e220

31 files changed

+186
-98
lines changed

Diff for: DESCRIPTION

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: 0.1.0
44
Authors@R:
55
person("Cathrine", "Petersen", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-5821-9828"))
7-
Description: CHOIR is a clustering algorithm for single-cell sequencing data. CHOIR applies a framework of permutation tests and random forest classifiers across a hierarchical clustering tree to statistically determine which clusters represent distinct populations.
7+
Description: CHOIR is a clustering algorithm for single-cell sequencing data. CHOIR applies a framework of permutation tests and random forest classifiers across a hierarchical clustering tree to statistically identify clusters that represent distinct populations.
88
License: MIT + file LICENSE
99
Encoding: UTF-8
1010
Roxygen: list(markdown = TRUE)
@@ -25,10 +25,12 @@ Imports:
2525
bluster,
2626
dplyr,
2727
ggplot2,
28+
ggtree,
2829
harmony,
2930
magrittr,
3031
Matrix,
3132
methods,
33+
mrtree,
3234
plyr,
3335
progress,
3436
ranger,

Diff for: README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# CHOIR
2-
1+
<br>
32
<a href ="https://www.CHOIRclustering.com"><img src="man/figures/CHOIR_logo.png" width="200px" align="right" />
43

54
<!-- badges: start -->
65
<!-- badges: end -->
76

8-
------
9-
10-
CHOIR (**c**lustering **h**ierachy **o**ptimization by **i**terative **r**andom forests) is a clustering algorithm for single-cell sequencing data. CHOIR applies a framework of permutation tests and random forest classifiers across a hierarchical clustering tree to statistically determine which clusters represent distinct populations.
7+
**CHOIR** (**c**lustering **h**ierachy **o**ptimization by **i**terative **r**andom forests) is a clustering algorithm for single-cell sequencing data. CHOIR applies a framework of permutation tests and random forest classifiers across a hierarchical clustering tree to statistically identify clusters that represent distinct populations.
118

12-
------
9+
<br>
1310

1411
## Installation
1512

@@ -20,7 +17,7 @@ remotes::install_github("corceslab/CHOIR", ref="main", repos = BiocManager::repo
2017

2118
## Usage
2219

23-
Please follow the Quick Tutorial at [CHOIRclustering.com](https://www.CHOIRclustering.com). Alternately, install the package with `build_vignettes = TRUE`, as follows:
20+
Please follow the [vignette](https://www.choirclustering.com/articles/CHOIR.html). Alternately, install the package with `build_vignettes = TRUE`, as follows:
2421
``` r
2522
remotes::install_github("corceslab/CHOIR", ref="main", repos = BiocManager::repositories(), upgrade = "never", build_vignettes = TRUE)
2623
```

Diff for: docs/404.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/LICENSE-text.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/LICENSE.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/articles/CHOIR.html

+55-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/articles/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/authors.html

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/favicon-16x16.png

1.08 KB
Loading

Diff for: docs/favicon-32x32.png

1.45 KB
Loading

Diff for: docs/favicon.ico

14.7 KB
Binary file not shown.

Diff for: docs/favicon.png

77.6 KB
Loading

Diff for: docs/index.html

+8-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/news/index.html

+87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pkgdown: 2.0.4
33
pkgdown_sha: ~
44
articles:
55
CHOIR: CHOIR.html
6-
last_built: 2023-10-20T04:09Z
6+
last_built: 2023-10-20T20:08Z
77

0 commit comments

Comments
 (0)