bomeara. To fix this you can add URL: https://phylotastic.r-universe.dev/closesamples to the package DESCRIPTION file. See also theR-universe documentation.Package: closesamples 1.0
closesamples: Gets feasible taxon samples on a tree
Often you want to pick species at random, but don't have access to all the possible species, and your group might be a nonrandom set. However, you might have a taxonomy, perhaps a bad one, for all the species. This will let you pick species at random on that full taxonomy and then pick a species out of the possible set closest to this. You could still have a biased sample, but way less biased.
Authors:
closesamples_1.0.tar.gz
closesamples_1.0.zip(r-4.7)closesamples_1.0.zip(r-4.6)closesamples_1.0.zip(r-4.5)
closesamples_1.0.tgz(r-4.6-any)closesamples_1.0.tgz(r-4.5-any)
closesamples_1.0.tar.gz(r-4.7-any)closesamples_1.0.tar.gz(r-4.6-any)
closesamples_1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
closesamples/json (API)
| # Install 'closesamples' in R: |
| install.packages('closesamples', repos = c('https://phylotastic.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bomeara/closesamples/issues
Last updated from:1beb4a721e. Checks:7 ERROR, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 154 | ||
| source / vignettes | OK | 201 | ||
| linux-release-x86_64 | ERROR | 212 | ||
| macos-release-arm64 | ERROR | 77 | ||
| macos-oldrel-arm64 | ERROR | 98 | ||
| windows-devel | ERROR | 120 | ||
| windows-release | ERROR | 130 | ||
| windows-oldrel | ERROR | 99 | ||
| wasm-release | OK | 140 |
Exports:GetClosestSamplesGetEnclosingTaxonomyLabelNodesWithFeasibleDescendantsSubsampleTree
Dependencies:apeaskpassbackportsBHcheckmateclicodetoolscpp11crayoncrulcurldata.tabledigestdplyrfuturefuture.applygenericsglobalsgluehmshttpcodehttrigraphjsonlitelatticelifecyclelistenvmagrittrMatrixmimenatservnlmeopensslosqpparallellyphangornpillarpkgconfigplyrprettyunitsprogressprogressrR6RcppRcppArmadilloRcppParallelrentrezRfastRfast2ritisrlangRnanoflannrnclrotlrredlistS7solriumstringisystaxizetibbletidyselecttriebeardurltoolsutf8vctrsWikipediRwikitaxawithrworrmsXMLxml2ziggzoo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get the closest taxon to the focal taxon | GetClosest |
| Get n samples | GetClosestSamples |
| Get enclosing taxonomy for a feasible tree | GetEnclosingTaxonomy |
| Get similarity Uses ape's cophenetic.phylo to get patristic distances between pairs of taxa, then makes the diagonals Inf. If the tree has no branch lengths, makes every edge length 1. | GetSimilarity |
| Include descendant taxon ids in node labels | LabelNodesWithChosenDescendants |
| Include descendant taxon ids in node labels | LabelNodesWithFeasibleDescendants |
| Return a sampled tree | SubsampleTree |
