read.mothur.shared: Read mothur formatted .shared file

Description Usage Arguments Examples

View source: R/001_read.mothur.shared.R

Description

This function allows to read and reformat mothur .shared file such that columns are features (OTUs) and rows are samples

Usage

1
read.mothur.shared(shared.file)

Arguments

shared.file

this is an output that you get from mothur.

Examples

1
otu_data <- read.mothur.shared(Sys.glob("data/*.shared"))

ravinpoudel/myFunctions documentation built on May 9, 2020, 7:39 a.m.