Other packages > Find by keyword >

permubiome  

A Permutation Based Test for Biomarker Discovery in Microbiome Data
View on CRAN: Click here


Download and install permubiome package within the R console
Install from CRAN:
install.packages("permubiome")

Install from Github:
library("remotes")
install_github("cran/permubiome")

Install by package version:
library("remotes")
install_version("permubiome", "1.3.2")



Attach the package and use:
library("permubiome")
Maintained by
Alfonso Benitez-Paez
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-02-08
Latest Update: 2023-10-16
Description:
The permubiome R package was created to perform a permutation-based non-parametric analysis on microbiome data for biomarker discovery aims. This test executes thousands of comparisons in a pairwise manner, after a random shuffling of data into the different groups of study with a prior selection of the microbiome features with the largest variation among groups. Previous to the permutation test itself, data can be normalized according to different methods proposed to handle microbiome data ('proportions' or 'Anders'). The median-based differences between groups resulting from the multiple simulations are fitted to a normal distribution with the aim to calculate their significance. A multiple testing correction based on Benjamini-Hochberg method (fdr) is finally applied to extract the differentially presented features between groups of your dataset. LATEST UPDATES: v1.1 and olders incorporates function to parse COLUMN format; v1.2 and olders incorporates -optimize- function to maximize evaluation of features with largest inter-class variation; v1.3 and olders includes the -size.effect- function to perform estimation statistics using the bootstrap-coupled approach implemented in the 'dabestr' (>=0.3.0) R package. Current v1.3.2 fixed bug with "Class" recognition and updated 'dabestr' functions.
How to cite:
Alfonso Benitez-Paez (2016). permubiome: A Permutation Based Test for Biomarker Discovery in Microbiome Data. R package version 1.3.2, https://cran.r-project.org/web/packages/permubiome. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0 (2016-02-08 17:32), 1.1 (2016-03-23 00:34), 1.2 (2018-08-18 00:00), 1.3.1 (2020-07-31 08:40), 1.3 (2019-12-10 20:00)
Other packages that cited permubiome R package
View permubiome citation profile
Other R packages that permubiome depends, imports, suggests or enhances
Complete documentation for permubiome
Functions, R codes and Examples using the permubiome R package
Some associated functions: get.data . normalize . optimize . permutation . plots . size.effect . 
Some associated R codes: get.data.R . get.data_OPT.R . normalize.R . optimize.R . permutation.R . plots.R . size.effect.R .  Full permubiome package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA