Package: perturbR 0.1.3
perturbR: Random Perturbation of Count Matrices
The perturbR() function incrementally perturbs network edges (using the rewireR function)and compares the resulting community detection solutions from the rewired networks with the solution found for the original network. These comparisons aid in understanding the stability of the original solution. The package requires symmetric, weighted (specifically, count) matrices/networks.
Authors:
perturbR_0.1.3.tar.gz
perturbR_0.1.3.zip(r-4.5)perturbR_0.1.3.zip(r-4.4)perturbR_0.1.3.zip(r-4.3)
perturbR_0.1.3.tgz(r-4.4-any)perturbR_0.1.3.tgz(r-4.3-any)
perturbR_0.1.3.tar.gz(r-4.5-noble)perturbR_0.1.3.tar.gz(r-4.4-noble)
perturbR_0.1.3.tgz(r-4.4-emscripten)perturbR_0.1.3.tgz(r-4.3-emscripten)
perturbR.pdf |perturbR.html✨
perturbR/json (API)
# Install 'perturbR' in R: |
install.packages('perturbR', repos = c('https://kgates.r-universe.dev', 'https://cloud.r-project.org')) |
- exampledata - Example, symmetric weighted count matrix
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 years agofrom:8a8eba5b05. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 17 2024 |
R-4.5-win | OK | Oct 17 2024 |
R-4.5-linux | OK | Oct 17 2024 |
R-4.4-win | OK | Oct 17 2024 |
R-4.4-mac | OK | Oct 17 2024 |
R-4.3-win | OK | Oct 17 2024 |
R-4.3-mac | OK | Oct 17 2024 |
Dependencies:clicolorspacecpp11fansifarverggplot2gluegtableigraphisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Perturb Networks | perturbR-package |
Example, symmetric weighted count matrix | exampledata |
Perturb networks and evaluate subgroup structures. | evalClust perturbR |
Rewire graph by randomly assigning new values for a given degree of perturbation. | rewireR |