diff --git a/index.html b/index.html index 6a1d61e..4bbc317 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ -

The MolEvolvR R-package provides a framework for characterizing proteins using molecular evolution and phylogeny. Check out our packagedown page here: jravilab.github.io/molevolvR

+

The MolEvolvR R-package provides a framework for characterizing proteins using molecular evolution and phylogeny. Check out our pkgdown page here: jravilab.github.io/MolEvolvR

Installation

@@ -62,7 +62,7 @@

InstallationBiocManager::install(version = "3.19") # Install Development Version of molevolvR -BiocManager::install("JRaviLab/MolEvolvR", auth_token = '<PersonalAccessToken>')

+BiocManager::install("JRaviLab/MolEvolvR")

Loading the package

diff --git a/pkgdown.yml b/pkgdown.yml index 434c9e5..89934b6 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-09-12T19:32Z +last_built: 2024-09-12T19:49Z urls: reference: https://jravilab.github.io/MolEvolvR/reference article: https://jravilab.github.io/MolEvolvR/articles diff --git a/reference/count_to_sunburst.html b/reference/count_to_sunburst.html index d8487a8..c591bf6 100644 --- a/reference/count_to_sunburst.html +++ b/reference/count_to_sunburst.html @@ -90,21 +90,21 @@

Examples# sunburst plot count_to_sunburst(starwars_count)
- + # fill by group size count_to_sunburst(starwars_count, fill_by_n = TRUE)
- + # treemap plot, ordered by group size count_to_treemap(starwars_count, sort_by_n = TRUE)
- + # display al charchaters by homeworld starwars
%>% count(homeworld, name) %>% count_to_treemap(sort_by_n = TRUE)
- +