- Home
- Bioconductor 3.23
- Software Packages
- philr (development version)
philr
This is the development version of philr; for the stable release version, see philr.
Phylogenetic partitioning based ILR transform for metagenomics data
Bioconductor version: Development (3.23)
PhILR is short for Phylogenetic Isometric Log-Ratio Transform. This package provides functions for the analysis of compositional data (e.g., data representing proportions of different variables/parts). Specifically this package allows analysis of compositional data where the parts can be related through a phylogenetic tree (as is common in microbiota survey data) and makes available the Isometric Log Ratio transform built from the phylogenetic tree and utilizing a weighted reference measure.
Author: Justin Silverman [aut, cre], Leo Lahti [ctb] ORCID iD ORCID: 0000-0001-5537-637X
Maintainer: Justin Silverman <jsilve24 at gmail.com>
citation("philr")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("philr")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("philr")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.