metacoder (version 0.1.3)

its1_ex_data: Example of ITS1 fungal data

Description

A dataset containing information from 170 Chytridiomycota ITS sequences from the ITS1 reference database.

Usage

its1_ex_data

Arguments

Format

An object of type taxmap

Examples

Run this code
# NOT RUN {
file_path <- system.file("extdata", "its1_chytridiomycota_hmm.fasta", package = "metacoder")
sequences <- ape::read.FASTA(file_path)
its1_ex_data <- extract_taxonomy(sequences,
                                 regex = "^(.*)\\|(.*)\\|tax_id:(.*)\\|(.*)$",
                                 key = c("obs_id", taxon_name = "taxon_info",
                                         "taxon_id", description = "obs_info"),
                                 database = "ncbi")
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace