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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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