PERMANOVA1: Permutational Multivariate Analysis of Variance Using...

View source: R/permanova.R

PERMANOVA1R Documentation

Permutational Multivariate Analysis of Variance Using Distance Matrices

Description

The PERMANOVA1 aimed to assess the association between the overall profile and phenotype

Usage

PERMANOVA1(physeq, sampleid)

Arguments

physeq

(Required). A phyloseq object containing merged information of abundance, sample data including the measured variables and categorical information of the samples.

sampleid

(Required) A character of the sampleid to connect phenotype and profiles.

Details

09/01/2020 ShenZhen China

Value

permanova result

Author(s)

Hua Zou

Examples


data(physeq_data)
sampleid <- "SampleID"
PERMANOVA1(physeq_data, sampleid)


rusher321/microbiotaPair documentation built on July 24, 2024, 8:40 p.m.