Skip to contents

Creates a Phylota object containing information on clusters, sequences and taxonomy from the working directory of a completed pipeline.

Usage

read_phylota(wd)

Arguments

wd

Working directory

Value

Phylota

Examples

if (FALSE) {
  
  # Note, this example requires a wd with a completed phylotaR run
  phylota <- read_phylota(wd)
}