findTaxonLevel {PathoStat}R Documentation

Find the taxonomy for the given taxon id

Description

Find the taxonomy for the given taxon id

Usage

findTaxonLevel(tid)

Arguments

tid

Given taxon id

Value

taxonomy LineageEx

Examples

example_data_dir <- system.file("example/data", package = "PathoStat")
pathoreport_file_suffix <- "-sam-report.tsv"
datlist <- readPathoscopeData(example_data_dir, pathoreport_file_suffix)
dat <- datlist$data
ids <- rownames(dat)
tids <- unlist(lapply(ids, FUN = grepTid))
taxonLevel <- findTaxonomy(tids[1])

[Package PathoStat version 1.4.1 Index]