list_subset_ASVs: Returns a vector of ASVs belonging to groups at a taxonomic...

Description Usage Arguments Value Author(s) Examples

View source: R/list_subset_ASVs.R

Description

A function to list ASVs belonging to a set of taxonomic terms

Usage

1
list_subset_ASVs(physeq = ps, subv = c("e"), taxlvlsub = "Kingdom")

Arguments

physeq

a phyloseq object to extract ASVs/OTUs ('tax_names') from

subv

a character vector of taxonomic terms at the level of interest

taxlvlsub

a character string containing a taxonomic level present in the database

Value

a character vector of ASVs

Author(s)

Simeon Rossmann

Examples

1
2
phyt_ASVs <- list_subset_ASVs(physeq = ps, subv = c("Phytophthora","Phytopythium"), taxlvlsub="Genus")
ps_phyt <- phyloseq::prune_taxa(phyt_ASVs, ps)

simeross/CuPhyR documentation built on April 1, 2020, 10:28 a.m.