parse_ordination: Parse an imported q2 ordination text file

View source: R/parse_ordination.R

parse_ordinationR Documentation

Parse an imported q2 ordination text file

Description

Parse an imported q2 ordination text file

Usage

parse_ordination(artifact, tmp)

Arguments

artifact

takes an artifact containing the unparsed ordination format (result of readLines)

tmp

the tmp dir for artifact

Value

a data.frame with feature IDs as row names and the columns: Kingdom, Phylum, Class, Order, Family, Genus, Species

Examples

## Not run: ord<-parse_ordination(ordination_artifact, tmpdir)

jbisanz/qiime2R documentation built on April 24, 2024, 5 p.m.